Uses of Enum Class
com.janboerman.invsee.spigot.api.template.PlayerInventorySlot
Packages that use PlayerInventorySlot
Package
Description
-
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot
Methods in com.janboerman.invsee.spigot that return types with arguments of type PlayerInventorySlotModifier and TypeMethodDescriptionInvseePlusPlus.getInventoryMirror()
Get the Mirror used forMainSpectatorInventory
s.InvseePlusPlus.getInventoryMirror
(FileConfiguration config) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.api
Subinterfaces with type arguments of type PlayerInventorySlot in com.janboerman.invsee.spigot.apiModifier and TypeInterfaceDescriptioninterface
A spectator inventory that contains all the items of the target player's 'normal' inventory.interface
Fields in com.janboerman.invsee.spigot.api with type parameters of type PlayerInventorySlotMethods in com.janboerman.invsee.spigot.api that return types with arguments of type PlayerInventorySlotModifier 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.Method parameters in com.janboerman.invsee.spigot.api with type arguments of type PlayerInventorySlotModifier 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
Methods in com.janboerman.invsee.spigot.api.placeholder with parameters of type PlayerInventorySlotModifier and TypeMethodDescriptionPlaceholderPalette.getPersonalSlotPlaceholder
(PlayerInventorySlot slot, PlaceholderGroup placeholderGroup) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.api.template
Subclasses with type arguments of type PlayerInventorySlot in com.janboerman.invsee.spigot.api.templateMethods in com.janboerman.invsee.spigot.api.template that return PlayerInventorySlotModifier 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.Methods in com.janboerman.invsee.spigot.api.template that return types with arguments of type PlayerInventorySlotModifier 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.Method parameters in com.janboerman.invsee.spigot.api.template with type arguments of type PlayerInventorySlotModifier and TypeMethodDescriptionstatic String
Mirror.toInventoryTemplate
(Mirror<PlayerInventorySlot> mirror) Convert a Mirror into a template. -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal
Methods in com.janboerman.invsee.spigot.internal that return types with arguments of type PlayerInventorySlotModifier and TypeMethodDescriptiondefault CreationOptions
<PlayerInventorySlot> InvseePlatform.defaultInventoryCreationOptions
(Plugin plugin) Method parameters in com.janboerman.invsee.spigot.internal with type arguments of type PlayerInventorySlotModifier 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
Classes in com.janboerman.invsee.spigot.internal.inventory with type parameters of type PlayerInventorySlotModifier and TypeInterfaceDescriptioninterface
MainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot,
Self, NMS>, Self extends MainInventory<NMS, Self>> Subinterfaces with type arguments of type PlayerInventorySlot in com.janboerman.invsee.spigot.internal.inventoryModifier and TypeInterfaceDescriptioninterface
MainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot,
Self, NMS>, Self extends MainInventory<NMS, Self>> Methods in com.janboerman.invsee.spigot.internal.inventory that return types with arguments of type PlayerInventorySlot -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal.placeholder
Methods in com.janboerman.invsee.spigot.internal.placeholder with parameters of type PlayerInventorySlotModifier and TypeMethodDescriptionabstract ItemStack
SimplePlaceholderPalette.getPersonalSlotPlaceholder
(PlayerInventorySlot slot, PlaceholderGroup placeholderGroup) -
Uses of PlayerInventorySlot in com.janboerman.invsee.spigot.internal.template
Classes in com.janboerman.invsee.spigot.internal.template that implement interfaces with type arguments of type PlayerInventorySlotMethods in com.janboerman.invsee.spigot.internal.template that return PlayerInventorySlotModifier and TypeMethodDescriptionPlayerInventoryMirror.getSlot
(int index) PlayerInventoryMirror.getSlots()
Methods in com.janboerman.invsee.spigot.internal.template with parameters of type PlayerInventorySlotMethod parameters in com.janboerman.invsee.spigot.internal.template with type arguments of type PlayerInventorySlotModifier and TypeMethodDescriptionstatic String
PlayerInventoryMirror.toTemplate
(Mirror<PlayerInventorySlot> mirror)
InvseeAPI.mainSpectatorInventory(UUID, String, CreationOptions)