org.bukkit.event.player
InventoryClickEvent or InventoryOpenEvent
     instead, or one of the other inventory events in org.bukkit.event.inventory.@Deprecated public class PlayerInventoryEvent extends PlayerEvent
Event.Result| Modifier and Type | Field and Description | 
|---|---|
protected Inventory | 
inventory
Deprecated.  
  | 
player| Constructor and Description | 
|---|
PlayerInventoryEvent(Player player,
                    Inventory inventory)
Deprecated.  
  | 
| Modifier and Type | Method and Description | 
|---|---|
static HandlerList | 
getHandlerList()
Deprecated.  
  | 
HandlerList | 
getHandlers()
Deprecated.  
  | 
Inventory | 
getInventory()
Deprecated.  
Gets the Inventory involved in this event 
 | 
getPlayergetEventName, isAsynchronousprotected Inventory inventory
public Inventory getInventory()
public HandlerList getHandlers()
getHandlers in class Eventpublic static HandlerList getHandlerList()
Copyright © 2014. All rights reserved.