Package org.bukkit.event.player
Class PlayerInventoryEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.player.PlayerEvent
org.bukkit.event.player.PlayerInventoryEvent
@Deprecated public class PlayerInventoryEvent extends PlayerEvent
Deprecated.
Use
InventoryClickEvent
or InventoryOpenEvent
instead, or one of the other inventory events in org.bukkit.event.inventory
.Represents a player related inventory event; note that this event never
actually did anything
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
Constructors Constructor Description PlayerInventoryEvent(Player player, Inventory inventory)
Deprecated. -
Method Summary
Modifier and Type Method Description static HandlerList
getHandlerList()
Deprecated.HandlerList
getHandlers()
Deprecated.Inventory
getInventory()
Deprecated.Gets the Inventory involved in this event
-
Field Details
-
inventory
Deprecated.
-
-
Constructor Details
-
PlayerInventoryEvent
Deprecated.
-
-
Method Details
-
getInventory
Deprecated.Gets the Inventory involved in this event- Returns:
- Inventory
-
getHandlers
Deprecated.- Specified by:
getHandlers
in classEvent
-
getHandlerList
Deprecated.
-