Uses of Interface
com.janboerman.invsee.spigot.api.EnderSpectatorInventory
Package
Description
-
Uses of EnderSpectatorInventory in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionEnderSpectatorInventoryView.getTopInventory()
Get the top inventory of this view.final EnderSpectatorInventory
InvseeAPI.spectateEnderChest
(HumanEntity player, String title) Deprecated.final EnderSpectatorInventory
InvseeAPI.spectateEnderChest
(HumanEntity player, String title, Mirror<EnderChestSlot> mirror) Deprecated.Modifier and TypeMethodDescriptionInvseeAPI.createOfflineEnderChest
(UUID playerId, String playerName, String title) Deprecated.InvseeAPI.createOfflineEnderChest
(UUID playerId, String playerName, String title, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.enderSpectatorInventory
(String targetName) Create anEnderSpectatorInventory
which will provide access to the ender chest contents of a target player.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) Deprecated.InvseeAPI.enderSpectatorInventory
(String targetName, String title, boolean offlineSupport) Deprecated.InvseeAPI.enderSpectatorInventory
(String targetName, String title, boolean offlineSupport, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.enderSpectatorInventory
(UUID playerId, String playerName) Create anEnderSpectatorInventory
which will provide access to the ender chest contents of a target player.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) Deprecated.InvseeAPI.enderSpectatorInventory
(UUID playerId, String playerName, String title, boolean offlineSupport) Deprecated.InvseeAPI.enderSpectatorInventory
(UUID playerId, String playerName, String title, boolean offlineSupport, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.enderSpectatorInventory
(HumanEntity target) Create anEnderSpectatorInventory
which will provide access to the ender chest contents of a target player.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) Deprecated.InvseeAPI.enderSpectatorInventory
(HumanEntity target, String title, Mirror<EnderChestSlot> mirror) Deprecated.InvseeAPI.getOpenEnderSpectatorInventory
(UUID player) Deprecated.internal apiModifier and TypeMethodDescriptionprotected void
InvseeAPI.cache
(EnderSpectatorInventory spectatorInventory) Deprecated.internal apiprotected void
InvseeAPI.cache
(EnderSpectatorInventory spectatorInventory, boolean force) Deprecated.internal apifinal void
InvseeAPI.openEnderSpectatorInventory
(Player spectator, EnderSpectatorInventory spectatorInventory, String title, Mirror<EnderChestSlot> mirror) InvseeAPI.saveEnderChest
(EnderSpectatorInventory enderChest) Save the target player's ender chest contents to his/her player data file.default void
EnderSpectatorInventory.setContents
(EnderSpectatorInventory newContents) Set the contents of this inventory based on the contents from the provided inventory.Modifier and TypeMethodDescriptionfinal void
InvseeAPI.setEnderChestTransferPredicate
(BiPredicate<EnderSpectatorInventory, Player> bip) Deprecated.internal api -
Uses of EnderSpectatorInventory in com.janboerman.invsee.spigot.internal
Modifier and TypeMethodDescriptionOpenSpectatorsCache.getEnderSpectatorInventory
(UUID targetPlayerId) InvseePlatform.spectateEnderChest
(HumanEntity target, CreationOptions<EnderChestSlot> options) Modifier and TypeMethodDescriptionInvseePlatform.createOfflineEnderChest
(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) Modifier and TypeMethodDescriptionvoid
OpenSpectatorsCache.cache
(EnderSpectatorInventory spectatorInventory) void
OpenSpectatorsCache.cache
(EnderSpectatorInventory spectatorInventory, boolean force) InvseePlatform.openEnderSpectatorInventory
(Player spectator, EnderSpectatorInventory spectatorInventory, CreationOptions<EnderChestSlot> options) InvseePlatform.saveEnderChest
(EnderSpectatorInventory enderChest) -
Uses of EnderSpectatorInventory in com.janboerman.invsee.spigot.internal.inventory
Modifier and TypeInterfaceDescriptioninterface
EnderInventory<NMS extends AbstractNmsInventory<EnderChestSlot,
Self, NMS>, Self extends EnderInventory<NMS, Self>> Modifier and TypeMethodDescriptiondefault void
EnderInventory.setContents
(EnderSpectatorInventory newContents)
InvseeAPI.enderSpectatorInventory(HumanEntity, CreationOptions)