public class InventoryCloseEvent extends InventoryEvent
Modifier and Type | Class | Description |
---|---|---|
static class |
InventoryCloseEvent.Reason |
Event.Result
transaction
Constructor | Description |
---|---|
InventoryCloseEvent(InventoryView transaction) |
|
InventoryCloseEvent(InventoryView transaction,
InventoryCloseEvent.Reason reason) |
Modifier and Type | Method | Description |
---|---|---|
static HandlerList |
getHandlerList() |
|
HandlerList |
getHandlers() |
|
HumanEntity |
getPlayer() |
Returns the player involved in this event
|
InventoryCloseEvent.Reason |
getReason() |
callEvent, getEventName, isAsynchronous
getInventory, getView, getViewers
public InventoryCloseEvent(@NotNull InventoryView transaction)
public InventoryCloseEvent(@NotNull InventoryView transaction, @NotNull InventoryCloseEvent.Reason reason)
@NotNull public InventoryCloseEvent.Reason getReason()
@NotNull public final HumanEntity getPlayer()
@NotNull public HandlerList getHandlers()
getHandlers
in class InventoryEvent
@NotNull public static HandlerList getHandlerList()
Copyright © 2020. All rights reserved.