Uses of Interface
com.janboerman.invsee.spigot.api.SpectatorInventoryView
Packages that use SpectatorInventoryView
-
Uses of SpectatorInventoryView in com.janboerman.invsee.spigot.api
Subinterfaces of SpectatorInventoryView in com.janboerman.invsee.spigot.apiModifier and TypeInterfaceDescriptioninterfaceRepresents an open window for anEnderSpectatorInventory.interface -
Uses of SpectatorInventoryView in com.janboerman.invsee.spigot.api.response
Classes in com.janboerman.invsee.spigot.api.response with type parameters of type SpectatorInventoryViewModifier and TypeInterfaceDescriptioninterfaceOpenResponse<SIV extends SpectatorInventoryView<?>>Much like SpectateResponse, this class represents the result of opening a SpectatorInventory.Methods in com.janboerman.invsee.spigot.api.response with type parameters of type SpectatorInventoryViewModifier 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