Uses of Interface
com.janboerman.invsee.spigot.api.SpectatorInventory
Package
Description
-
Uses of SpectatorInventory in com.janboerman.invsee.spigot.api
Modifier 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.Modifier and TypeMethodDescriptionSpectatorInventoryView.getTopInventory()
Get the top inventory of this view. -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.api.event
Modifier and TypeMethodDescriptionSpectatorInventoryOfflineCreatedEvent.getInventory()
Get the spectator inventory.SpectatorInventorySaveEvent.getInventory()
Get the spectator inventory.ModifierConstructorDescriptionSpectatorInventoryOfflineCreatedEvent
(SpectatorInventory<?> spectatorInventory) SpectatorInventorySaveEvent
(SpectatorInventory<?> spectatorInventory) -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.api.response
Modifier and TypeInterfaceDescriptioninterface
SpectateResponse<SI extends SpectatorInventory<?>>
A SpectateResponse can either be successful, or not.Modifier 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
.Modifier and TypeMethodDescriptionSaveResponse.getInventory()
Get the spectator inventory to be saved.Modifier 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
Modifier and TypeMethodDescriptionstatic <SI extends SpectatorInventory<?>>
SIEventHelper.callSpectatorInventoryOfflineCreatedEvent
(Server server, SI spectatorInventory) Modifier and TypeMethodDescriptionstatic SpectatorInventorySaveEvent
EventHelper.callSpectatorInventorySaveEvent
(Server server, SpectatorInventory<?> spectatorInventory) CallsSpectatorInventorySaveEvent
. -
Uses of SpectatorInventory in com.janboerman.invsee.spigot.internal.inventory
Modifier and TypeClassDescriptionclass
AbstractNmsInventory<Slot,
Bukkit extends SpectatorInventory<Slot>, NMS extends AbstractNmsInventory<Slot, Bukkit, NMS>> Modifier 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>>