Uses of Interface
com.janboerman.invsee.spigot.api.SpectatorInventory
Packages that use SpectatorInventory
Package
Description
-
Uses of SpectatorInventory in com.janboerman.invsee.spigot.api
Subinterfaces of SpectatorInventory in com.janboerman.invsee.spigot.apiModifier and TypeInterfaceDescriptioninterface
The spectator inventory that contains all enderchest itemsinterface
A spectator inventory that contains all the items of the target player's 'normal' inventory.Methods in com.janboerman.invsee.spigot.api that return SpectatorInventoryModifier and TypeMethodDescriptionSpectatorInventoryView.getTopInventory()
Get the top inventory of this view. -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.api.event
Methods in com.janboerman.invsee.spigot.api.event that return SpectatorInventoryModifier and TypeMethodDescriptionSpectatorInventoryOfflineCreatedEvent.getInventory()
Get the spectator inventory.SpectatorInventorySaveEvent.getInventory()
Get the spectator inventory.Constructors in com.janboerman.invsee.spigot.api.event with parameters of type SpectatorInventoryModifierConstructorDescriptionSpectatorInventoryOfflineCreatedEvent
(SpectatorInventory<?> spectatorInventory) SpectatorInventorySaveEvent
(SpectatorInventory<?> spectatorInventory) -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.api.response
Classes in com.janboerman.invsee.spigot.api.response with type parameters of type SpectatorInventoryModifier and TypeInterfaceDescriptioninterface
SpectateResponse<SI extends SpectatorInventory<?>>
A SpectateResponse can either be successful, or not.Methods in com.janboerman.invsee.spigot.api.response with type parameters of type SpectatorInventoryModifier and TypeMethodDescriptionstatic <SI extends SpectatorInventory<?>>
SpectateResponse<SI> SpectateResponse.fail
(NotCreatedReason reason) Create a failed SpectateResponse.static <SI extends SpectatorInventory<?>>
SpectateResponse<SI> SpectateResponse.fromOptional
(Optional<SI> optional) Convert anOptional
into a SpectateResponse.static <SI extends SpectatorInventory<?>>
SpectateResponse<SI> SpectateResponse.fromOptional
(Optional<SI> optional, NotCreatedReason ifEmpty) Convert anOptional
into a SpectateResponse.static <SI extends SpectatorInventory<?>>
SpectateResponse<SI> SpectateResponse.succeed
(SI spectatorInventory) Create a succeeded SpectateResponse.static <SI extends SpectatorInventory<?>>
Optional<SI> SpectateResponse.toOptional
(SpectateResponse<SI> response) Convert a SpectateResponse into anOptional
.Methods in com.janboerman.invsee.spigot.api.response that return SpectatorInventoryModifier and TypeMethodDescriptionSaveResponse.getInventory()
Get the spectator inventory to be saved.Methods in com.janboerman.invsee.spigot.api.response with parameters of type SpectatorInventoryModifier and TypeMethodDescriptionstatic SaveResponse
SaveResponse.notSaved
(SpectatorInventory<?> inventory) internal apistatic SaveResponse
SaveResponse.saved
(SpectatorInventory<?> inventory) internal api -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.internal
Methods in com.janboerman.invsee.spigot.internal with type parameters of type SpectatorInventoryModifier and TypeMethodDescriptionstatic <SI extends SpectatorInventory<?>>
SIEventHelper.callSpectatorInventoryOfflineCreatedEvent
(Server server, SI spectatorInventory) Methods in com.janboerman.invsee.spigot.internal with parameters of type SpectatorInventoryModifier and TypeMethodDescriptionstatic SpectatorInventorySaveEvent
EventHelper.callSpectatorInventorySaveEvent
(Server server, SpectatorInventory<?> spectatorInventory) CallsSpectatorInventorySaveEvent
. -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.internal.inventory
Classes in com.janboerman.invsee.spigot.internal.inventory with type parameters of type SpectatorInventoryModifier and TypeClassDescriptionclass
AbstractNmsInventory<Slot,
Bukkit extends SpectatorInventory<Slot>, NMS extends AbstractNmsInventory<Slot, Bukkit, NMS>> Subinterfaces of SpectatorInventory in com.janboerman.invsee.spigot.internal.inventoryModifier and TypeInterfaceDescriptioninterface
EnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot,
Self, NMS>, Self extends EnderInventory<NMS, Self>> interface
MainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot,
Self, NMS>, Self extends MainInventory<NMS, Self>> interface
StandardSpectatorInventory<Slot,
NMS extends AbstractNmsInventory<Slot, Self, NMS>, Self extends StandardSpectatorInventory<Slot, NMS, Self>>