Uses of Enum Class
com.janboerman.invsee.spigot.api.template.PlayerInventorySlot
Package
Description
-
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot
Modifier and TypeMethodDescriptionInvseePlusPlus.getInventoryMirror()
Get the Mirror used forMainSpectatorInventory
s.InvseePlusPlus.getInventoryMirror
(FileConfiguration config) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionstatic CreationOptions
<PlayerInventorySlot> CreationOptions.defaultMainInventory()
Deprecated.static CreationOptions
<PlayerInventorySlot> CreationOptions.defaultMainInventory
(Plugin plugin) Get default creation optionsdefault Mirror
<PlayerInventorySlot> MainSpectatorInventory.getMirror()
Get the mirror this inventory is viewed through.InvseeAPI.mainInventoryCreationOptions()
Get the configured CreationOptions forMainSpectatorInventory
s.InvseeAPI.mainInventoryCreationOptions
(Player spectator) Get the configured CreationOptions forMainSpectatorInventory
s.Modifier and TypeMethodDescriptionInvseeAPI.createOfflineInventory
(UUID playerId, String playerName, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.mainSpectatorInventory
(String targetName, CreationOptions<PlayerInventorySlot> options) Create aMainSpectatorInventory
which will provide access to the inventory contents of a target player.InvseeAPI.mainSpectatorInventory
(String targetName, String title, boolean offlineSupport, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.mainSpectatorInventory
(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) Create aMainSpectatorInventory
which will provide access to the inventory contents of a target player.InvseeAPI.mainSpectatorInventory
(UUID playerId, String playerName, String title, boolean offlineSupport, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.mainSpectatorInventory
(HumanEntity target, CreationOptions<PlayerInventorySlot> options) Create aMainSpectatorInventory
which will provide access to the inventory contents of a target player.InvseeAPI.mainSpectatorInventory
(HumanEntity target, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.final void
InvseeAPI.openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, String title, Mirror<PlayerInventorySlot> mirror) final void
InvseeAPI.setMainInventoryMirror
(Mirror<PlayerInventorySlot> mirror) Set theMirror
to be used byInvseeAPI.mainInventoryCreationOptions()
.final MainSpectatorInventory
InvseeAPI.spectateInventory
(HumanEntity player, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.spectateInventory
(Player spectator, String targetName, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventory
for a player.final CompletableFuture
<Void> InvseeAPI.spectateInventory
(Player spectator, String targetName, String title, boolean offlineSupport, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.spectateInventory
(Player spectator, UUID targetId, String targetName, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventory
for a player.final CompletableFuture
<Void> InvseeAPI.spectateInventory
(Player spectator, UUID targetId, String targetName, String title, boolean offlineSupport, Mirror<PlayerInventorySlot> mirror) InvseeAPI.spectateInventory
(Player spectator, HumanEntity target, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventory
for a player. -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.api.placeholder
Modifier and TypeMethodDescriptionPlaceholderPalette.getPersonalSlotPlaceholder
(PlayerInventorySlot slot, PlaceholderGroup placeholderGroup) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.api.template
Modifier and TypeMethodDescriptionstatic PlayerInventorySlot
PlayerInventorySlot.byDefaultIndex
(int index) Get the slot given its index in theMainSpectatorInventory
.static PlayerInventorySlot
Returns the enum constant of this class with the specified name.static PlayerInventorySlot[]
PlayerInventorySlot.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Mirror
<PlayerInventorySlot> Mirror.defaultPlayerInventory()
The default mirror which assigns each slot to its default index.static Mirror
<PlayerInventorySlot> Mirror.forInventory
(String template) Convert a template into a Mirror.Modifier and TypeMethodDescriptionstatic String
Mirror.toInventoryTemplate
(Mirror<PlayerInventorySlot> mirror) Convert a Mirror into a template. -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal
Modifier and TypeMethodDescriptiondefault CreationOptions
<PlayerInventorySlot> InvseePlatform.defaultInventoryCreationOptions
(Plugin plugin) Modifier and TypeMethodDescriptionInvseePlatform.createOfflineInventory
(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) InvseePlatform.openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, CreationOptions<PlayerInventorySlot> options) InvseePlatform.spectateInventory
(HumanEntity target, CreationOptions<PlayerInventorySlot> options) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal.inventory
Modifier and TypeInterfaceDescriptioninterface
MainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot,
Self, NMS>, Self extends MainInventory<NMS, Self>> -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal.placeholder
Modifier and TypeMethodDescriptionabstract ItemStack
SimplePlaceholderPalette.getPersonalSlotPlaceholder
(PlayerInventorySlot slot, PlaceholderGroup placeholderGroup) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal.template
Modifier and TypeMethodDescriptionPlayerInventoryMirror.getSlot
(int index) PlayerInventoryMirror.getSlots()
Modifier and TypeMethodDescriptionstatic String
PlayerInventoryMirror.toTemplate
(Mirror<PlayerInventorySlot> mirror)
InvseeAPI.mainSpectatorInventory(UUID, String, CreationOptions)