Class IngredientComponentStorageSlottedWrapped<T,M>

java.lang.Object
org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageWrapped<T,M>
org.cyclops.cyclopscore.ingredient.storage.IngredientComponentStorageSlottedWrapped<T,M>
Type Parameters:
T - The instance type.
M - The matching condition parameter.
All Implemented Interfaces:
Iterable<T>, IIngredientComponentStorage<T,M>, IIngredientComponentStorageSlotted<T,M>

public class IngredientComponentStorageSlottedWrapped<T,M> extends IngredientComponentStorageWrapped<T,M> implements IIngredientComponentStorageSlotted<T,M>
An ingredient storage wrapper.