Uses of Interface
com.janboerman.invsee.spigot.api.response.NotOpenedReason
Packages that use NotOpenedReason
-
Uses of NotOpenedReason in com.janboerman.invsee.spigot.api.response
Classes in com.janboerman.invsee.spigot.api.response that implement NotOpenedReasonModifier 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.Methods in com.janboerman.invsee.spigot.api.response that return NotOpenedReasonModifier and TypeMethodDescriptionOpenResponse.getReason()
Get theNotOpenedReason
associated with the failed open attempt.Methods in com.janboerman.invsee.spigot.api.response with parameters of type NotOpenedReasonModifier 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.