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
ConstructorsModifierConstructorDescriptionprotectedSmithingTrimRecipe(@NotNull String recipeId, DeclareRecipesPacket.Ingredient template, DeclareRecipesPacket.Ingredient baseIngredient, DeclareRecipesPacket.Ingredient additionIngredient) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAdditionIngredient(DeclareRecipesPacket.Ingredient additionIngredient) voidsetBaseIngredient(DeclareRecipesPacket.Ingredient baseIngredient) voidsetTemplate(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
-