Package net.minestom.server.recipe
Class StonecutterRecipe
java.lang.Object
net.minestom.server.recipe.Recipe
net.minestom.server.recipe.StonecutterRecipe
public abstract class StonecutterRecipe extends Recipe
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
StonecutterRecipe(java.lang.String recipeId, java.lang.String group, DeclareRecipesPacket.Ingredient ingredient, ItemStack result)
-
Method Summary
Modifier and Type Method Description java.lang.String
getGroup()
DeclareRecipesPacket.Ingredient
getIngredient()
ItemStack
getResult()
void
setGroup(java.lang.String group)
void
setIngredient(DeclareRecipesPacket.Ingredient ingredient)
void
setResult(ItemStack result)
Methods inherited from class net.minestom.server.recipe.Recipe
getRecipeId, getRecipeType, shouldShow
-
Constructor Details
-
StonecutterRecipe
protected StonecutterRecipe(@NotNull java.lang.String recipeId, @NotNull java.lang.String group, @NotNull DeclareRecipesPacket.Ingredient ingredient, @NotNull ItemStack result)
-
-
Method Details
-
getGroup
@NotNull public java.lang.String getGroup() -
setGroup
public void setGroup(@NotNull java.lang.String group) -
getIngredient
-
setIngredient
-
getResult
-
setResult
-