Package net.minestom.server.recipe
Class SmithingTrimRecipe
java.lang.Object
net.minestom.server.recipe.Recipe
net.minestom.server.recipe.SmithingTrimRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minestom.server.recipe.Recipe
Recipe.Type
-
Field Summary
Fields inherited from class net.minestom.server.recipe.Recipe
recipeId, recipeType
-
Constructor Summary
ModifierConstructorDescriptionprotected
SmithingTrimRecipe
(@NotNull String recipeId, DeclareRecipesPacket.Ingredient template, DeclareRecipesPacket.Ingredient baseIngredient, DeclareRecipesPacket.Ingredient additionIngredient) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAdditionIngredient
(DeclareRecipesPacket.Ingredient additionIngredient) void
setBaseIngredient
(DeclareRecipesPacket.Ingredient baseIngredient) void
setTemplate
(DeclareRecipesPacket.Ingredient template) Methods inherited from class net.minestom.server.recipe.Recipe
getRecipeId, getRecipeType, shouldShow
-
Constructor Details
-
SmithingTrimRecipe
protected SmithingTrimRecipe(@NotNull @NotNull String recipeId, @NotNull DeclareRecipesPacket.Ingredient template, @NotNull DeclareRecipesPacket.Ingredient baseIngredient, @NotNull DeclareRecipesPacket.Ingredient additionIngredient)
-
-
Method Details
-
getTemplate
-
setTemplate
-
getBaseIngredient
-
setBaseIngredient
-
getAdditionIngredient
-
setAdditionIngredient
-