Uses of Package
org.bukkit.inventory

Packages that use org.bukkit.inventory
org.bukkit More generalized classes in the API. 
org.bukkit.block Classes used to manipulate the voxels in a world, including special states. 
org.bukkit.configuration Classes dedicated to handling a plugin's runtime configuration. 
org.bukkit.enchantments Classes relating to the specialized enhancements to item stacks, as part of the meta data
org.bukkit.entity Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. 
org.bukkit.entity.minecart Interfaces for various Minecart types. 
org.bukkit.event.block Events relating to when a block is changed or interacts with the world
org.bukkit.event.enchantment Events triggered from an enchantment table
org.bukkit.event.entity Events relating to entities, excluding some directly referencing some more specific entity types. 
org.bukkit.event.inventory Events relating to inventory manipulation. 
org.bukkit.event.player Events relating to players
org.bukkit.inventory Classes involved in manipulating player inventories and item interactions. 
org.bukkit.material Classes that represents various voxel types and states. 
org.bukkit.potion Classes to represent various potion properties and manipulation. 
 

Classes in org.bukkit.inventory used by org.bukkit
Inventory
          Interface to the various inventories.
InventoryHolder
           
ItemFactory
          An instance of the ItemFactory can be obtained with Server.getItemFactory().
ItemStack
          Represents a stack of items
Recipe
          Represents some type of crafting recipe.
 

Classes in org.bukkit.inventory used by org.bukkit.block
BrewerInventory
          Interface to the inventory of a Brewing Stand.
DoubleChestInventory
          Interface to the inventory of a Double Chest.
FurnaceInventory
          Interface to the inventory of a Furnace.
Inventory
          Interface to the various inventories.
InventoryHolder
           
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.configuration
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.enchantments
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.entity
EntityEquipment
          An interface to a creatures inventory
HorseInventory
          An interface to the inventory of a Horse.
Inventory
          Interface to the various inventories.
InventoryHolder
           
InventoryView
          Represents a view linking two inventories and a single player (whose inventory may or may not be one of the two).
InventoryView.Property
          Represents various extra properties of certain inventory windows.
ItemStack
          Represents a stack of items
PlayerInventory
          Interface to the inventory of a Player, including the four armor slots.
 

Classes in org.bukkit.inventory used by org.bukkit.entity.minecart
InventoryHolder
           
 

Classes in org.bukkit.inventory used by org.bukkit.event.block
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.event.enchantment
InventoryView
          Represents a view linking two inventories and a single player (whose inventory may or may not be one of the two).
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.event.entity
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.event.inventory
BrewerInventory
          Interface to the inventory of a Brewing Stand.
CraftingInventory
          Interface to the crafting inventories
Inventory
          Interface to the various inventories.
InventoryView
          Represents a view linking two inventories and a single player (whose inventory may or may not be one of the two).
ItemStack
          Represents a stack of items
Recipe
          Represents some type of crafting recipe.
 

Classes in org.bukkit.inventory used by org.bukkit.event.player
Inventory
          Interface to the various inventories.
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.inventory
FurnaceRecipe
          Represents a smelting recipe.
Inventory
          Interface to the various inventories.
InventoryHolder
           
InventoryView.Property
          Represents various extra properties of certain inventory windows.
ItemStack
          Represents a stack of items
Recipe
          Represents some type of crafting recipe.
ShapedRecipe
          Represents a shaped (ie normal) crafting recipe.
ShapelessRecipe
          Represents a shapeless recipe, where the arrangement of the ingredients on the crafting grid does not matter.
 

Classes in org.bukkit.inventory used by org.bukkit.material
ItemStack
          Represents a stack of items
 

Classes in org.bukkit.inventory used by org.bukkit.potion
ItemStack
          Represents a stack of items
 



Copyright © 2014. All rights reserved.