Package net.minestom.server.recipe
Class StonecutterRecipe
java.lang.Object
net.minestom.server.recipe.Recipe
net.minestom.server.recipe.StonecutterRecipe
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionprotected
StonecutterRecipe
(@NotNull String recipeId, @NotNull String group, DeclareRecipesPacket.Ingredient ingredient, @NotNull ItemStack result) -
Method Summary
Modifier and TypeMethodDescription@NotNull String
getGroup()
@NotNull ItemStack
void
void
setIngredient
(DeclareRecipesPacket.Ingredient ingredient) void
Methods inherited from class net.minestom.server.recipe.Recipe
id, shouldShow, type
-
Constructor Details
-
StonecutterRecipe
protected StonecutterRecipe(@NotNull @NotNull String recipeId, @NotNull @NotNull String group, @NotNull DeclareRecipesPacket.Ingredient ingredient, @NotNull @NotNull ItemStack result)
-
-
Method Details
-
getGroup
-
setGroup
-
getIngredient
-
setIngredient
-
getResult
-
setResult
-