public abstract class CustomRecipe
extends java.lang.Object
Constructor and Description |
---|
CustomRecipe() |
Modifier and Type | Method and Description |
---|---|
CustomRecipe |
registerBukkitRecipe(org.bukkit.inventory.ItemStack result)
Deprecated.
|
CustomRecipe |
registerBukkitRecipe(org.bukkit.NamespacedKey key,
org.bukkit.inventory.ItemStack result) |
abstract org.bukkit.inventory.Recipe |
toBukkitRecipe(org.bukkit.inventory.ItemStack result)
Deprecated.
|
abstract org.bukkit.inventory.Recipe |
toBukkitRecipe(org.bukkit.NamespacedKey key,
org.bukkit.inventory.ItemStack result) |
@Deprecated public abstract org.bukkit.inventory.Recipe toBukkitRecipe(org.bukkit.inventory.ItemStack result)
public abstract org.bukkit.inventory.Recipe toBukkitRecipe(org.bukkit.NamespacedKey key, org.bukkit.inventory.ItemStack result)
@Deprecated public CustomRecipe registerBukkitRecipe(org.bukkit.inventory.ItemStack result)
public CustomRecipe registerBukkitRecipe(org.bukkit.NamespacedKey key, org.bukkit.inventory.ItemStack result)