Interface INetworkIngredientsChannel<T,M>
- All Superinterfaces:
org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,
,M> Iterable<T>
- All Known Implementing Classes:
IngredientChannelAdapter
,IngredientChannelIndexed
,IngredientChannelPositioned
public interface INetworkIngredientsChannel<T,M>
extends org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,M>
-
Method Summary
Methods inherited from interface org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage
extract, extract, getComponent, getMaxQuantity, insert, iterator, iterator
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Method Details
-
findNonFullPositions
-
findAllPositions
-
findNonEmptyPositions
-
findMatchingPositions
-