org.bukkit.event.player
Class PlayerInventoryEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
inventory
protected Inventory inventory
- Deprecated.
PlayerInventoryEvent
public PlayerInventoryEvent(Player player,
Inventory inventory)
- Deprecated.
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 © 2013. All Rights Reserved.