Uses of Interface
com.janboerman.invsee.spigot.api.MainSpectatorInventoryView
Packages that use MainSpectatorInventoryView
-
Uses of MainSpectatorInventoryView in com.janboerman.invsee.spigot.api
Methods in com.janboerman.invsee.spigot.api that return types with arguments of type MainSpectatorInventoryViewModifier and TypeMethodDescriptionInvseeAPI.spectateInventory
(Player spectator, String targetName, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventory
for a player.InvseeAPI.spectateInventory
(Player spectator, UUID targetId, String targetName, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventory
for a player.InvseeAPI.spectateInventory
(Player spectator, HumanEntity target, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventory
for a player. -
Uses of MainSpectatorInventoryView in com.janboerman.invsee.spigot.internal
Methods in com.janboerman.invsee.spigot.internal that return types with arguments of type MainSpectatorInventoryViewModifier and TypeMethodDescriptionInvseePlatform.openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, CreationOptions<PlayerInventorySlot> options)