Class IngredientComponentStorageSlottedEmpty<T,M>

java.lang.Object
org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageEmpty<T,M>
org.cyclops.commoncapabilities.api.ingredient.storage.IngredientComponentStorageSlottedEmpty<T,M>
All Implemented Interfaces:
Iterable<T>, IIngredientComponentStorage<T,M>, IIngredientComponentStorageSlotted<T,M>

public class IngredientComponentStorageSlottedEmpty<T,M> extends IngredientComponentStorageEmpty<T,M> implements IIngredientComponentStorageSlotted<T,M>
A dummy slotted ingredient component storage that is empty.
  • Constructor Details

    • IngredientComponentStorageSlottedEmpty

      public IngredientComponentStorageSlottedEmpty(IngredientComponent<T,M> component)
  • Method Details