Package net.minestom.server.recipe
Class SmithingTransformRecipe
java.lang.Object
net.minestom.server.recipe.Recipe
net.minestom.server.recipe.SmithingTransformRecipe
-
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
SmithingTransformRecipe
(@NotNull String recipeId, DeclareRecipesPacket.Ingredient template, DeclareRecipesPacket.Ingredient baseIngredient, DeclareRecipesPacket.Ingredient additionIngredient, @NotNull ItemStack result) -
Method Summary
Modifier and TypeMethodDescription@NotNull ItemStack
void
setAdditionIngredient
(DeclareRecipesPacket.Ingredient additionIngredient) void
setBaseIngredient
(DeclareRecipesPacket.Ingredient baseIngredient) void
void
setTemplate
(DeclareRecipesPacket.Ingredient template) Methods inherited from class net.minestom.server.recipe.Recipe
getRecipeId, getRecipeType, shouldShow
-
Constructor Details
-
SmithingTransformRecipe
protected SmithingTransformRecipe(@NotNull @NotNull String recipeId, @NotNull DeclareRecipesPacket.Ingredient template, @NotNull DeclareRecipesPacket.Ingredient baseIngredient, @NotNull DeclareRecipesPacket.Ingredient additionIngredient, @NotNull @NotNull ItemStack result)
-
-
Method Details
-
getTemplate
-
setTemplate
-
getBaseIngredient
-
setBaseIngredient
-
getAdditionIngredient
-
setAdditionIngredient
-
getResult
-
setResult
-