Uses of Interface
com.janboerman.invsee.spigot.api.MainSpectatorInventory
Packages that use MainSpectatorInventory
Package
Description
- 
Uses of MainSpectatorInventory in com.janboerman.invsee.spigot.apiMethods in com.janboerman.invsee.spigot.api that return MainSpectatorInventoryModifier and TypeMethodDescriptionMainSpectatorInventoryView.getTopInventory()Get the top inventory of this view.final MainSpectatorInventoryInvseeAPI.spectateInventory(HumanEntity player, String title) Deprecated.final MainSpectatorInventoryInvseeAPI.spectateInventory(HumanEntity player, String title, Mirror<PlayerInventorySlot> mirror) Deprecated.Methods in com.janboerman.invsee.spigot.api that return types with arguments of type MainSpectatorInventoryModifier 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 aMainSpectatorInventorywhich will provide access to the inventory contents of a target player.InvseeAPI.mainSpectatorInventory(String targetName, CreationOptions<PlayerInventorySlot> options) Create aMainSpectatorInventorywhich 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 aMainSpectatorInventorywhich will provide access to the inventory contents of a target player.InvseeAPI.mainSpectatorInventory(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) Create aMainSpectatorInventorywhich 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 aMainSpectatorInventorywhich will provide access to the inventory contents of a target player.InvseeAPI.mainSpectatorInventory(HumanEntity target, CreationOptions<PlayerInventorySlot> options) Create aMainSpectatorInventorywhich 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.Methods in com.janboerman.invsee.spigot.api with parameters of type MainSpectatorInventoryModifier and TypeMethodDescriptionprotected voidInvseeAPI.cache(MainSpectatorInventory spectatorInventory) Deprecated.internal apiprotected voidInvseeAPI.cache(MainSpectatorInventory spectatorInventory, boolean force) Deprecated.internal apifinal voidInvseeAPI.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 voidMainSpectatorInventory.setContents(MainSpectatorInventory 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 MainSpectatorInventoryModifier and TypeMethodDescriptionfinal voidInvseeAPI.setMainInventoryTransferPredicate(BiPredicate<MainSpectatorInventory, Player> bip) Deprecated.internal api
- 
Uses of MainSpectatorInventory in com.janboerman.invsee.spigot.internalMethods in com.janboerman.invsee.spigot.internal that return MainSpectatorInventoryModifier and TypeMethodDescriptionOpenSpectatorsCache.getMainSpectatorInventory(UUID targetPlayerId) InvseePlatform.spectateInventory(HumanEntity target, CreationOptions<PlayerInventorySlot> options) Methods in com.janboerman.invsee.spigot.internal that return types with arguments of type MainSpectatorInventoryModifier and TypeMethodDescriptionInvseePlatform.createOfflineInventory(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) Methods in com.janboerman.invsee.spigot.internal with parameters of type MainSpectatorInventoryModifier and TypeMethodDescriptionvoidOpenSpectatorsCache.cache(MainSpectatorInventory spectatorInventory) voidOpenSpectatorsCache.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.inventorySubinterfaces of MainSpectatorInventory in com.janboerman.invsee.spigot.internal.inventoryModifier and TypeInterfaceDescriptioninterfaceMainInventory<NMS extends AbstractNmsInventory<PlayerInventorySlot, Self, NMS>, Self extends MainInventory<NMS,Self>> Methods in com.janboerman.invsee.spigot.internal.inventory with parameters of type MainSpectatorInventoryModifier and TypeMethodDescriptiondefault voidMainInventory.setContents(MainSpectatorInventory newContents) 
InvseeAPI.mainSpectatorInventory(HumanEntity, CreationOptions)