Uses of Interface
com.janboerman.invsee.spigot.api.EnderSpectatorInventory
Packages that use EnderSpectatorInventory
Package
Description
-
Uses of EnderSpectatorInventory in com.janboerman.invsee.spigot.api
Methods in com.janboerman.invsee.spigot.api that return EnderSpectatorInventoryModifier 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.Methods in com.janboerman.invsee.spigot.api that return types with arguments of type EnderSpectatorInventoryModifier 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 apiMethods in com.janboerman.invsee.spigot.api with parameters of type EnderSpectatorInventoryModifier 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.Method parameters in com.janboerman.invsee.spigot.api with type arguments of type EnderSpectatorInventoryModifier and TypeMethodDescriptionfinal void
InvseeAPI.setEnderChestTransferPredicate
(BiPredicate<EnderSpectatorInventory, Player> bip) Deprecated.internal api -
Uses of EnderSpectatorInventory in com.janboerman.invsee.spigot.internal
Methods in com.janboerman.invsee.spigot.internal that return EnderSpectatorInventoryModifier and TypeMethodDescriptionOpenSpectatorsCache.getEnderSpectatorInventory
(UUID targetPlayerId) InvseePlatform.spectateEnderChest
(HumanEntity target, CreationOptions<EnderChestSlot> options) Methods in com.janboerman.invsee.spigot.internal that return types with arguments of type EnderSpectatorInventoryModifier and TypeMethodDescriptionInvseePlatform.createOfflineEnderChest
(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) Methods in com.janboerman.invsee.spigot.internal with parameters of type EnderSpectatorInventoryModifier 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
Subinterfaces of EnderSpectatorInventory 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 with parameters of type EnderSpectatorInventoryModifier and TypeMethodDescriptiondefault void
EnderInventory.setContents
(EnderSpectatorInventory newContents)
InvseeAPI.enderSpectatorInventory(HumanEntity, CreationOptions)