Uses of Interface
com.janboerman.invsee.spigot.api.response.NotOpenedReason
-
Uses of NotOpenedReason in com.janboerman.invsee.spigot.api.response
Modifier and TypeClassDescriptionclass
TheSpectatorInventory
could not be opened, because the SpectatorInventory could not be created!class
TheSpectatorInventory
could not be opened, because theInventoryOpenEvent
was cancelled.class
We don't know why the SpectatorInventory could not be created or opened.Modifier and TypeMethodDescriptionOpenResponse.getReason()
Get theNotOpenedReason
associated with the failed open attempt.Modifier and TypeMethodDescriptionstatic <SIV extends SpectatorInventoryView<?>>
OpenResponse<SIV> OpenResponse.closed
(NotOpenedReason reason) Create a closed OpenResponsestatic <SIV extends SpectatorInventoryView<?>>
OpenResponse<SIV> OpenResponse.ofNullable
(SIV nullableView, NotOpenedReason ifNull) Deprecated.