Uses of Enum Class
com.janboerman.invsee.spigot.api.template.EnderChestSlot
Package
Description
-
Uses of EnderChestSlot in com.janboerman.invsee.spigot
Modifier and TypeMethodDescriptionInvseePlusPlus.getEnderChestMirror()
Get the Mirror used forEnderSpectatorInventory
s.InvseePlusPlus.getEnderChestMirror
(FileConfiguration config) -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.api
Modifier 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.Modifier 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
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionstatic String
Mirror.toEnderChestTemplate
(Mirror<EnderChestSlot> mirror) Convert a Mirror into a template. -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.internal
Modifier and TypeMethodDescriptiondefault CreationOptions
<EnderChestSlot> InvseePlatform.defaultEnderChestCreationOptions
(Plugin plugin) Modifier 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
Modifier and TypeInterfaceDescriptioninterface
EnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot,
Self, NMS>, Self extends EnderInventory<NMS, Self>> -
Uses of EnderChestSlot in com.janboerman.invsee.spigot.internal.template
Modifier and TypeMethodDescriptionEnderChestMirror.getSlot
(int index) EnderChestMirror.getSlots()
Modifier and TypeMethodDescriptionstatic String
EnderChestMirror.toTemplate
(Mirror<EnderChestSlot> mirror)
InvseeAPI.enderSpectatorInventory(UUID, String, CreationOptions)