Interface IngredientStorageHelpers.IIngredientStorageConstructor<C extends IIngredientComponentStorage<?,?>>

Type Parameters:
C - The storage type.
Enclosing class:
IngredientStorageHelpers

public static interface IngredientStorageHelpers.IIngredientStorageConstructor<C extends IIngredientComponentStorage<?,?>>
Helper interface for constructing an IIngredientCollection based on an IngredientComponent.
  • Method Summary

    Modifier and Type
    Method
    Description
    <T, M> C
    create(IngredientComponent<T,M> ingredientComponent)