Uses of Enum Class
com.janboerman.invsee.spigot.api.template.EnderChestSlot
Packages that use EnderChestSlot
Package
Description
-
Uses of EnderChestSlot in com.janboerman.invsee.spigot
Methods in com.janboerman.invsee.spigot that return types with arguments of type EnderChestSlotModifier and TypeMethodDescriptionInvseePlusPlus.getEnderChestMirror()
Get the Mirror used forEnderSpectatorInventory
s.InvseePlusPlus.getEnderChestMirror
(FileConfiguration config) -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.api
Subinterfaces with type arguments of type EnderChestSlot in com.janboerman.invsee.spigot.apiModifier and TypeInterfaceDescriptioninterface
The spectator inventory that contains all enderchest itemsinterface
Represents an open window for anEnderSpectatorInventory
.Fields in com.janboerman.invsee.spigot.api with type parameters of type EnderChestSlotMethods in com.janboerman.invsee.spigot.api that return types with arguments of type EnderChestSlotModifier and TypeMethodDescriptionstatic CreationOptions
<EnderChestSlot> CreationOptions.defaultEnderInventory()
Deprecated.static CreationOptions
<EnderChestSlot> CreationOptions.defaultEnderInventory
(Plugin plugin) Get default creation optionsInvseeAPI.enderInventoryCreationOptions()
Get the configured CreationOptions forEnderSpectatorInventory
s.InvseeAPI.enderInventoryCreationOptions
(Player spectator) Get the configured CreationOptions forEnderSpectatorInventory
s.default Mirror
<EnderChestSlot> EnderSpectatorInventory.getMirror()
Get the mirror this inventory is viewed through.Method parameters in com.janboerman.invsee.spigot.api with type arguments of type EnderChestSlotModifier and TypeMethodDescriptionInvseeAPI.createOfflineEnderChest
(UUID playerId, String playerName, String title, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.enderSpectatorInventory
(String targetName, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventory
which will provide access to the ender chest contents of a target player.InvseeAPI.enderSpectatorInventory
(String targetName, String title, boolean offlineSupport, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.enderSpectatorInventory
(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventory
which will provide access to the ender chest contents of a target player.InvseeAPI.enderSpectatorInventory
(UUID playerId, String playerName, String title, boolean offlineSupport, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.enderSpectatorInventory
(HumanEntity target, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventory
which will provide access to the ender chest contents of a target player.InvseeAPI.enderSpectatorInventory
(HumanEntity target, String title, Mirror<EnderChestSlot> mirror) Deprecated.final void
InvseeAPI.openEnderSpectatorInventory
(Player spectator, EnderSpectatorInventory spectatorInventory, String title, Mirror<EnderChestSlot> mirror) final void
InvseeAPI.setEnderInventoryMirror
(Mirror<EnderChestSlot> mirror) Set theMirror
to be used byInvseeAPI.enderInventoryCreationOptions()
.final EnderSpectatorInventory
InvseeAPI.spectateEnderChest
(HumanEntity player, String title, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.spectateEnderChest
(Player spectator, String targetName, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventory
for a player.final CompletableFuture
<Void> InvseeAPI.spectateEnderChest
(Player spectator, String targetName, String title, boolean offlineSupport, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.spectateEnderChest
(Player spectator, UUID targetId, String targetName, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventory
for a player.final CompletableFuture
<Void> InvseeAPI.spectateEnderChest
(Player spectator, UUID targetId, String targetName, String title, boolean offlineSupport, Mirror<EnderChestSlot> mirror) InvseeAPI.spectateEnderChest
(Player spectator, HumanEntity target, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventory
for a player. -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.api.template
Subclasses with type arguments of type EnderChestSlot in com.janboerman.invsee.spigot.api.templateMethods in com.janboerman.invsee.spigot.api.template that return EnderChestSlotModifier and TypeMethodDescriptionstatic EnderChestSlot
EnderChestSlot.byDefaultIndex
(int index) Get the slot given its index in theEnderSpectatorInventory
.static EnderChestSlot
Returns the enum constant of this class with the specified name.static EnderChestSlot[]
EnderChestSlot.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.janboerman.invsee.spigot.api.template that return types with arguments of type EnderChestSlotModifier and TypeMethodDescriptionstatic Mirror
<EnderChestSlot> Mirror.defaultEnderChest()
The default mirror which assigns each slot to its default index.static Mirror
<EnderChestSlot> Mirror.forEnderChest
(String template) Convert a template into a Mirror.Method parameters in com.janboerman.invsee.spigot.api.template with type arguments of type EnderChestSlotModifier and TypeMethodDescriptionstatic String
Mirror.toEnderChestTemplate
(Mirror<EnderChestSlot> mirror) Convert a Mirror into a template. -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.internal
Methods in com.janboerman.invsee.spigot.internal that return types with arguments of type EnderChestSlotModifier and TypeMethodDescriptiondefault CreationOptions
<EnderChestSlot> InvseePlatform.defaultEnderChestCreationOptions
(Plugin plugin) Method parameters in com.janboerman.invsee.spigot.internal with type arguments of type EnderChestSlotModifier and TypeMethodDescriptionInvseePlatform.createOfflineEnderChest
(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) InvseePlatform.openEnderSpectatorInventory
(Player spectator, EnderSpectatorInventory spectatorInventory, CreationOptions<EnderChestSlot> options) InvseePlatform.spectateEnderChest
(HumanEntity target, CreationOptions<EnderChestSlot> options) -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.internal.inventory
Classes in com.janboerman.invsee.spigot.internal.inventory with type parameters of type EnderChestSlotModifier and TypeInterfaceDescriptioninterface
EnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot,
Self, NMS>, Self extends EnderInventory<NMS, Self>> Subinterfaces with type arguments of type EnderChestSlot in com.janboerman.invsee.spigot.internal.inventoryModifier and TypeInterfaceDescriptioninterface
EnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot,
Self, NMS>, Self extends EnderInventory<NMS, Self>> Methods in com.janboerman.invsee.spigot.internal.inventory that return types with arguments of type EnderChestSlot -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.internal.template
Classes in com.janboerman.invsee.spigot.internal.template that implement interfaces with type arguments of type EnderChestSlotMethods in com.janboerman.invsee.spigot.internal.template that return EnderChestSlotModifier and TypeMethodDescriptionEnderChestMirror.getSlot
(int index) EnderChestMirror.getSlots()
Methods in com.janboerman.invsee.spigot.internal.template with parameters of type EnderChestSlotMethod parameters in com.janboerman.invsee.spigot.internal.template with type arguments of type EnderChestSlotModifier and TypeMethodDescriptionstatic String
EnderChestMirror.toTemplate
(Mirror<EnderChestSlot> mirror)
InvseeAPI.enderSpectatorInventory(UUID, String, CreationOptions)