Package io.github.vicen621.guiapi.Events
Class InventoryGUIEvent
Object
Event
InventoryEvent
InventoryGUIEvent
- Direct Known Subclasses:
InventoryButtonClickEvent
public class InventoryGUIEvent
extends InventoryEvent
-
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 HandlerList@NotNull HandlerListPlayerMethods inherited from class InventoryEvent
getInventory, getView, getViewersMethods inherited from class Event
callEvent, getEventName, isAsynchronous
-
Constructor Details
-
InventoryGUIEvent
-
-
Method Details
-
getHandlerList
public static HandlerList getHandlerList() -
getInventoryGUI
- Returns:
- InventoryGUI involved in this event
-
getPlayer
public Player getPlayer()- Returns:
- Player who clicked the button
- See Also:
- Player
-
getHandlers
@NotNull public @NotNull HandlerList getHandlers()- Overrides:
getHandlersin classInventoryEvent
-