Uses of Interface
org.bukkit.inventory.Recipe

Packages that use Recipe
org.bukkit More generalized classes in the API. 
org.bukkit.event.inventory Events relating to inventory manipulation. 
org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. 
 

Uses of Recipe in org.bukkit
 

Methods in org.bukkit that return types with arguments of type Recipe
 List<Recipe> Server.getRecipesFor(ItemStack result)
          Get a list of all recipes for a given item.
static List<Recipe> Bukkit.getRecipesFor(ItemStack result)
           
 Iterator<Recipe> Server.recipeIterator()
          Get an iterator through the list of crafting recipes.
static Iterator<Recipe> Bukkit.recipeIterator()
           
 

Methods in org.bukkit with parameters of type Recipe
 boolean Server.addRecipe(Recipe recipe)
          Adds a recipe to the crafting manager.
static boolean Bukkit.addRecipe(Recipe recipe)
           
 

Uses of Recipe in org.bukkit.event.inventory
 

Methods in org.bukkit.event.inventory that return Recipe
 Recipe CraftItemEvent.getRecipe()
           
 Recipe PrepareItemCraftEvent.getRecipe()
          Get the recipe that has been formed.
 

Constructors in org.bukkit.event.inventory with parameters of type Recipe
CraftItemEvent(Recipe recipe, InventoryView what, InventoryType.SlotType type, int slot, boolean right, boolean shift)
          Deprecated. 
CraftItemEvent(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
 

Classes in org.bukkit.inventory that implement Recipe
 class FurnaceRecipe
          Represents a smelting recipe.
 class ShapedRecipe
          Represents a shaped (ie normal) crafting recipe.
 class ShapelessRecipe
          Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.
 

Methods in org.bukkit.inventory that return Recipe
 Recipe CraftingInventory.getRecipe()
          Get the current recipe formed on the crafting inventory, if any.
 



Copyright © 2014. All rights reserved.