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