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 TypeInterfaceDescriptioninterfaceThe spectator inventory that contains all enderchest itemsinterfaceA 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 TypeInterfaceDescriptioninterfaceSpectateResponse<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 anOptionalinto a SpectateResponse.static <SI extends SpectatorInventory<?>>
SpectateResponse<SI> SpectateResponse.fromOptional(Optional<SI> optional, NotCreatedReason ifEmpty) Convert anOptionalinto 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 SaveResponseSaveResponse.notSaved(SpectatorInventory<?> inventory) internal apistatic SaveResponseSaveResponse.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 SpectatorInventorySaveEventEventHelper.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 TypeClassDescriptionclassAbstractNmsInventory<Slot, Bukkit extends SpectatorInventory<Slot>, NMS extends AbstractNmsInventory<Slot,Bukkit, NMS>> Subinterfaces of SpectatorInventory in com.janboerman.invsee.spigot.internal.inventoryModifier and TypeInterfaceDescriptioninterfaceEnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot, Self, NMS>, Self extends EnderInventory<NMS,Self>> interfaceMainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot, Self, NMS>, Self extends MainInventory<NMS,Self>> interfaceStandardSpectatorInventory<Slot, NMS extends AbstractNmsInventory<Slot,Self, NMS>, Self extends StandardSpectatorInventory<Slot, NMS, Self>>