| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Item | |
|---|---|
| org.bukkit | More generalized classes in the API. | 
| org.bukkit.event.entity | Eventsrelating toentities, excluding some directly referencing
 some more specific entity types. | 
| org.bukkit.event.inventory | Eventsrelating toinventorymanipulation. | 
| org.bukkit.event.player | Eventsrelating toplayers. | 
| Uses of Item in org.bukkit | 
|---|
| Methods in org.bukkit that return Item | |
|---|---|
|  Item | World.dropItem(Location location,
         ItemStack item)Drops an item at the specified Location | 
|  Item | World.dropItemNaturally(Location location,
                  ItemStack item)Drops an item at the specified Locationwith a random offset | 
| Uses of Item in org.bukkit.event.entity | 
|---|
| Methods in org.bukkit.event.entity that return Item | |
|---|---|
|  Item | ItemDespawnEvent.getEntity() | 
|  Item | ItemSpawnEvent.getEntity() | 
| Constructors in org.bukkit.event.entity with parameters of type Item | |
|---|---|
| ItemDespawnEvent(Item despawnee,
                 Location loc) | |
| ItemSpawnEvent(Item spawnee,
               Location loc) | |
| Uses of Item in org.bukkit.event.inventory | 
|---|
| Methods in org.bukkit.event.inventory that return Item | |
|---|---|
|  Item | InventoryPickupItemEvent.getItem()Gets the Item entity that was picked up | 
| Constructors in org.bukkit.event.inventory with parameters of type Item | |
|---|---|
| InventoryPickupItemEvent(Inventory inventory,
                         Item item) | |
| Uses of Item in org.bukkit.event.player | 
|---|
| Methods in org.bukkit.event.player that return Item | |
|---|---|
|  Item | PlayerPickupItemEvent.getItem()Gets the ItemDrop created by the player | 
|  Item | PlayerDropItemEvent.getItemDrop()Gets the ItemDrop created by the player | 
| Constructors in org.bukkit.event.player with parameters of type Item | |
|---|---|
| PlayerDropItemEvent(Player player,
                    Item drop) | |
| PlayerPickupItemEvent(Player player,
                      Item item,
                      int remaining) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||