org.bukkit.event.player
Class PlayerInventoryEvent

java.lang.Object
  extended by org.bukkit.event.Event
      extended by org.bukkit.event.player.PlayerEvent
          extended by org.bukkit.event.player.PlayerInventoryEvent

Deprecated. Use InventoryClickEvent or InventoryOpenEvent instead, or one of the other inventory events in org.bukkit.event.inventory.

@Deprecated
public class PlayerInventoryEvent
extends PlayerEvent

Represents a player related inventory event; note that this event never actually did anything


Nested Class Summary
 
Nested classes/interfaces inherited from class org.bukkit.event.Event
Event.Result
 
Field Summary
protected  Inventory inventory
          Deprecated.  
 
Fields inherited from class org.bukkit.event.player.PlayerEvent
player
 
Constructor Summary
PlayerInventoryEvent(Player player, Inventory inventory)
          Deprecated.  
 
Method Summary
static HandlerList getHandlerList()
          Deprecated.  
 HandlerList getHandlers()
          Deprecated.  
 Inventory getInventory()
          Deprecated. Gets the Inventory involved in this event
 
Methods inherited from class org.bukkit.event.player.PlayerEvent
getPlayer
 
Methods inherited from class org.bukkit.event.Event
getEventName, isAsynchronous
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inventory

protected Inventory inventory
Deprecated. 
Constructor Detail

PlayerInventoryEvent

public PlayerInventoryEvent(Player player,
                            Inventory inventory)
Deprecated. 
Method Detail

getInventory

public Inventory getInventory()
Deprecated. 
Gets the Inventory involved in this event

Returns:
Inventory

getHandlers

public HandlerList getHandlers()
Deprecated. 
Specified by:
getHandlers in class Event

getHandlerList

public static HandlerList getHandlerList()
Deprecated. 


Copyright © 2014. All rights reserved.