Uses of Interface
com.janboerman.invsee.spigot.api.SpectatorInventoryView
-
Uses of SpectatorInventoryView in com.janboerman.invsee.spigot.api
Modifier and TypeInterfaceDescriptioninterface
Represents an open window for anEnderSpectatorInventory
.interface
-
Uses of SpectatorInventoryView in com.janboerman.invsee.spigot.api.response
Modifier and TypeInterfaceDescriptioninterface
OpenResponse<SIV extends SpectatorInventoryView<?>>
Much like SpectateResponse, this class represents the result of opening a SpectatorInventory.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.static <SIV extends SpectatorInventoryView<?>>
OpenResponse<SIV> OpenResponse.open
(SIV inventoryView) Create an open OpenResponse