![]() |
Bukkit
1.4.7-R1.0
|
Represents a player related inventory event; note that this event never actually did anything. More...
Inheritance diagram for org.bukkit.event.player.PlayerInventoryEvent:
Collaboration diagram for org.bukkit.event.player.PlayerInventoryEvent:Public Member Functions | |
| PlayerInventoryEvent (final Player player, final Inventory inventory) | |
| Inventory | getInventory () |
| Gets the Inventory involved in this event. | |
| HandlerList | getHandlers () |
Public Member Functions inherited from org.bukkit.event.player.PlayerEvent | |
| PlayerEvent (final Player who) | |
| final Player | getPlayer () |
| Returns the player involved in this event. | |
Public Member Functions inherited from org.bukkit.event.Event | |
| Event () | |
| The default constructor is defined for cleaner code. | |
| Event (boolean isAsync) | |
| This constructor is used to explicitly declare an event as synchronous or asynchronous. | |
| String | getEventName () |
| final boolean | isAsynchronous () |
| Any custom event that should not by synchronized with other events must use the specific constructor. | |
Static Public Member Functions | |
| static HandlerList | getHandlerList () |
Protected Attributes | |
| Inventory | inventory |
Protected Attributes inherited from org.bukkit.event.player.PlayerEvent | |
| Player | player |
Represents a player related inventory event; note that this event never actually did anything.
Definition at line 15 of file PlayerInventoryEvent.java.
| org.bukkit.event.player.PlayerInventoryEvent.PlayerInventoryEvent | ( | final Player | player, |
| final Inventory | inventory | ||
| ) |
Definition at line 19 of file PlayerInventoryEvent.java.
References org.bukkit.event.player.PlayerInventoryEvent.inventory.
|
static |
Definition at line 38 of file PlayerInventoryEvent.java.
|
virtual |
Implements org.bukkit.event.Event.
Definition at line 34 of file PlayerInventoryEvent.java.
| Inventory org.bukkit.event.player.PlayerInventoryEvent.getInventory | ( | ) |
Gets the Inventory involved in this event.
Definition at line 29 of file PlayerInventoryEvent.java.
References org.bukkit.event.player.PlayerInventoryEvent.inventory.
|
protected |
Definition at line 17 of file PlayerInventoryEvent.java.
Referenced by org.bukkit.event.player.PlayerInventoryEvent.getInventory(), and org.bukkit.event.player.PlayerInventoryEvent.PlayerInventoryEvent().