public class CustomShapelessRecipe extends CustomRecipe
Constructor and Description |
---|
CustomShapelessRecipe() |
CustomShapelessRecipe(CustomShapelessRecipe recipe) |
Modifier and Type | Method and Description |
---|---|
CustomShapelessRecipe |
addIngredient(org.bukkit.Material material) |
CustomShapelessRecipe |
addIngredient(RecipeIngredient ingredient) |
RecipeIngredient[] |
getIngredients() |
org.bukkit.inventory.ShapelessRecipe |
toBukkitRecipe(org.bukkit.inventory.ItemStack result) |
org.bukkit.inventory.ShapelessRecipe |
toBukkitRecipe(org.bukkit.NamespacedKey key,
org.bukkit.inventory.ItemStack result) |
registerBukkitRecipe, registerBukkitRecipe
public CustomShapelessRecipe()
public CustomShapelessRecipe(CustomShapelessRecipe recipe)
public CustomShapelessRecipe addIngredient(org.bukkit.Material material)
public CustomShapelessRecipe addIngredient(RecipeIngredient ingredient)
public RecipeIngredient[] getIngredients()
public org.bukkit.inventory.ShapelessRecipe toBukkitRecipe(org.bukkit.inventory.ItemStack result)
toBukkitRecipe
in class CustomRecipe
public org.bukkit.inventory.ShapelessRecipe toBukkitRecipe(org.bukkit.NamespacedKey key, org.bukkit.inventory.ItemStack result)
toBukkitRecipe
in class CustomRecipe