Class RecipeHolder
java.lang.Object
net.okocraft.box.feature.craft.model.RecipeHolder
A class that holds multiple
BoxItemRecipes.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddRecipe(@NotNull BoxItemRecipe recipe) Adds theBoxItemRecipe.@NotNull List<BoxItemRecipe> Returns theBoxItemRecipelist.
-
Constructor Details
-
RecipeHolder
public RecipeHolder()
-
-
Method Details
-
addRecipe
Adds theBoxItemRecipe.- Parameters:
recipe- theBoxItemRecipeto add
-
getRecipeList
Returns theBoxItemRecipelist.- Returns:
- the
BoxItemRecipelist
-