Uses of Interface
com.janboerman.invsee.spigot.api.MainSpectatorInventory
Package
Description
-
Uses of MainSpectatorInventory in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionMainSpectatorInventoryView.getTopInventory()
Get the top inventory of this view.final MainSpectatorInventory
InvseeAPI.spectateInventory
(HumanEntity player, String title) Deprecated.final MainSpectatorInventory
InvseeAPI.spectateInventory
(HumanEntity player, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.Modifier and TypeMethodDescriptionInvseeAPI.createOfflineInventory
(UUID playerId, String playerName, String title) Deprecated.InvseeAPI.createOfflineInventory
(UUID playerId, String playerName, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.getOpenMainSpectatorInventory
(UUID player) Deprecated.internal apiInvseeAPI.mainSpectatorInventory
(String targetName) Create aMainSpectatorInventory
which will provide access to the inventory contents of a target player.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) Deprecated.InvseeAPI.mainSpectatorInventory
(String targetName, String title, boolean offlineSupport) Deprecated.InvseeAPI.mainSpectatorInventory
(String targetName, String title, boolean offlineSupport, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.mainSpectatorInventory
(UUID playerId, String playerName) Create aMainSpectatorInventory
which will provide access to the inventory contents of a target player.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) Deprecated.InvseeAPI.mainSpectatorInventory
(UUID playerId, String playerName, String title, boolean offlineSupport) Deprecated.InvseeAPI.mainSpectatorInventory
(UUID playerId, String playerName, String title, boolean offlineSupport, Mirror<PlayerInventorySlot> mirror) Deprecated.InvseeAPI.mainSpectatorInventory
(HumanEntity target) Create aMainSpectatorInventory
which will provide access to the inventory contents of a target player.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) Deprecated.InvseeAPI.mainSpectatorInventory
(HumanEntity target, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.Modifier and TypeMethodDescriptionprotected void
InvseeAPI.cache
(MainSpectatorInventory spectatorInventory) Deprecated.internal apiprotected void
InvseeAPI.cache
(MainSpectatorInventory spectatorInventory, boolean force) Deprecated.internal apifinal void
InvseeAPI.openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, String title, Mirror<PlayerInventorySlot> mirror) InvseeAPI.saveInventory
(MainSpectatorInventory inventory) Save the target player's inventory contents to his/her player data file.default void
MainSpectatorInventory.setContents
(MainSpectatorInventory newContents) Set the contents of this inventory based on the contents from the provided inventory.Modifier and TypeMethodDescriptionfinal void
InvseeAPI.setMainInventoryTransferPredicate
(BiPredicate<MainSpectatorInventory, Player> bip) Deprecated.internal api -
Uses of MainSpectatorInventory in com.janboerman.invsee.spigot.internal
Modifier and TypeMethodDescriptionOpenSpectatorsCache.getMainSpectatorInventory
(UUID targetPlayerId) InvseePlatform.spectateInventory
(HumanEntity target, CreationOptions<PlayerInventorySlot> options) Modifier and TypeMethodDescriptionInvseePlatform.createOfflineInventory
(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) Modifier and TypeMethodDescriptionvoid
OpenSpectatorsCache.cache
(MainSpectatorInventory spectatorInventory) void
OpenSpectatorsCache.cache
(MainSpectatorInventory spectatorInventory, boolean force) InvseePlatform.openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, CreationOptions<PlayerInventorySlot> options) InvseePlatform.saveInventory
(MainSpectatorInventory inventory) -
Uses of MainSpectatorInventory in com.janboerman.invsee.spigot.internal.inventory
Modifier and TypeInterfaceDescriptioninterface
MainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot,
Self, NMS>, Self extends MainInventory<NMS, Self>> Modifier and TypeMethodDescriptiondefault void
MainInventory.setContents
(MainSpectatorInventory newContents)
InvseeAPI.mainSpectatorInventory(HumanEntity, CreationOptions)