Uses of Interface
org.bukkit.inventory.Recipe
Packages that use Recipe
Package
Description
The root package of the Bukkit API, contains generalized API classes.
Classes involved in manipulating player inventories and item interactions.
-
Uses of Recipe in org.bukkit
Methods in org.bukkit that return RecipeModifier and TypeMethodDescriptionstatic Recipe
Bukkit.getCraftingRecipe(ItemStack[] craftingMatrix, World world)
Get theRecipe
for the list of ItemStacks provided.Server.getCraftingRecipe(ItemStack[] craftingMatrix, World world)
Get theRecipe
for the list of ItemStacks provided.static Recipe
Bukkit.getRecipe(NamespacedKey recipeKey)
Get theRecipe
for the given key.Server.getRecipe(NamespacedKey recipeKey)
Get theRecipe
for the given key.Methods in org.bukkit that return types with arguments of type RecipeModifier and TypeMethodDescriptionBukkit.getRecipesFor(ItemStack result)
Get a list of all recipes for a given item.Server.getRecipesFor(ItemStack result)
Get a list of all recipes for a given item.Bukkit.recipeIterator()
Get an iterator through the list of crafting recipes.Server.recipeIterator()
Get an iterator through the list of crafting recipes.Methods in org.bukkit with parameters of type Recipe -
Uses of Recipe in org.bukkit.event.inventory
Methods in org.bukkit.event.inventory that return RecipeModifier and TypeMethodDescriptionCraftItemEvent.getRecipe()
PrepareItemCraftEvent.getRecipe()
Get the recipe that has been formed.Constructors in org.bukkit.event.inventory with parameters of type RecipeModifierConstructorDescriptionCraftItemEvent(Recipe recipe, InventoryView what, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action)
CraftItemEvent(Recipe recipe, InventoryView what, InventoryType.SlotType type, int slot, ClickType click, InventoryAction action, int key)
-
Uses of Recipe in org.bukkit.inventory
Subinterfaces of Recipe in org.bukkit.inventoryModifier and TypeInterfaceDescriptioninterface
Represents a complex recipe which has imperative server-defined behavior, eg armor dyeing.Classes in org.bukkit.inventory that implement RecipeModifier and TypeClassDescriptionclass
Represents a campfire recipe.class
Represents a campfire recipe.class
CookingRecipe<T extends CookingRecipe>
Represents a cooking recipe.class
Represents a furnace recipe.class
Represents a merchant's trade.class
Represents a shaped (ie normal) crafting recipe.class
Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.class
Represents a smithing recipe.class
Represents a campfire recipe.class
Represents a Stonecutting recipe.Methods in org.bukkit.inventory that return Recipe