Class InventoryCloseEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.inventory.InventoryEvent
org.bukkit.event.inventory.InventoryCloseEvent
Represents a player related inventory event
-
Nested Class Summary
Nested classes/interfaces inherited from class Event
Event.Result -
Field Summary
Fields inherited from class InventoryEvent
transaction -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic HandlerListfinal HumanEntityReturns the player involved in this eventMethods inherited from class InventoryEvent
getInventory, getView, getViewersMethods inherited from class Event
getEventName, isAsynchronous
-
Constructor Details
-
InventoryCloseEvent
-
-
Method Details
-
getPlayer
Returns the player involved in this event- Returns:
- Player who is involved in this event
-
getHandlers
- Overrides:
getHandlersin classInventoryEvent
-
getHandlerList
-