Class IngredientChannelPositioned<T,M>

java.lang.Object
org.cyclops.integrateddynamics.core.network.IngredientChannelAdapter<T,M>
org.cyclops.integrateddynamics.core.network.IngredientChannelPositioned<T,M>
Type Parameters:
T - The instance type.
M - The matching condition parameter.
All Implemented Interfaces:
Iterable<T>, org.cyclops.commoncapabilities.api.ingredient.storage.IIngredientComponentStorage<T,M>, INetworkIngredientsChannel<T,M>

public class IngredientChannelPositioned<T,M> extends IngredientChannelAdapter<T,M>
An ingredient channel that naively iterates over all positions in the network.