Package net.minestom.server.recipe
Class SmithingTrimRecipe
java.lang.Object
net.minestom.server.recipe.Recipe
net.minestom.server.recipe.SmithingTrimRecipe
-
Field Summary
-
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
id, shouldShow, type
-
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
-