Package org.bukkit.inventory
Class SmithingTrimRecipe
java.lang.Object
org.bukkit.inventory.SmithingRecipe
org.bukkit.inventory.SmithingTrimRecipe
- All Implemented Interfaces:
ComplexRecipe
,Recipe
,Keyed
Represents a smithing trim recipe.
-
Constructor Summary
ConstructorDescriptionSmithingTrimRecipe
(NamespacedKey key, RecipeChoice template, RecipeChoice base, RecipeChoice addition) Create a smithing recipe to produce the specified result ItemStack. -
Method Summary
Methods inherited from class org.bukkit.inventory.SmithingRecipe
getAddition, getBase, getKey, getResult
-
Constructor Details
-
SmithingTrimRecipe
public SmithingTrimRecipe(@NotNull NamespacedKey key, @NotNull RecipeChoice template, @NotNull RecipeChoice base, @NotNull RecipeChoice addition) Create a smithing recipe to produce the specified result ItemStack.- Parameters:
key
- The unique recipe keytemplate
- The template item.base
- The base ingredientaddition
- The addition ingredient
-
-
Method Details
-
getTemplate
Get the template recipe item.- Returns:
- template choice
-