Uses of Class
com.janboerman.invsee.spigot.api.CreationOptions
Package
Description
-
Uses of CreationOptions in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionCreationOptions.clone()
Creates a deep copy of these creation options.static CreationOptions
<EnderChestSlot> CreationOptions.defaultEnderInventory()
Deprecated.static CreationOptions
<EnderChestSlot> CreationOptions.defaultEnderInventory
(Plugin plugin) Get default creation optionsstatic CreationOptions
<PlayerInventorySlot> CreationOptions.defaultMainInventory()
Deprecated.static CreationOptions
<PlayerInventorySlot> CreationOptions.defaultMainInventory
(Plugin plugin) Get default creation optionsInvseeAPI.enderInventoryCreationOptions()
Get the configured CreationOptions forEnderSpectatorInventory
s.InvseeAPI.enderInventoryCreationOptions
(Player spectator) Get the configured CreationOptions forEnderSpectatorInventory
s.SpectatorInventory.getCreationOptions()
get the options this inventory was created withSpectatorInventoryView.getCreationOptions()
Get the options this window was created with.InvseeAPI.mainInventoryCreationOptions()
Get the configured CreationOptions forMainSpectatorInventory
s.InvseeAPI.mainInventoryCreationOptions
(Player spectator) Get the configured CreationOptions forMainSpectatorInventory
s.static <Slot> CreationOptions
<Slot> CreationOptions.of
(Title title, boolean offlinePlayerSupport, Mirror<Slot> mirror, boolean unknownPlayerSupport) Deprecated.static <Slot> CreationOptions
<Slot> CreationOptions.of
(Title title, boolean offlinePlayerSupport, Mirror<Slot> mirror, boolean unknownPlayerSupport, boolean bypassExempt) Deprecated.static <Slot> CreationOptions
<Slot> CreationOptions.of
(Plugin plugin, Title title, boolean offlinePlayerSupport, Mirror<Slot> mirror, boolean unknownPlayerSupport, boolean bypassExempt, LogOptions logOptions) Deprecated.static <Slot> CreationOptions
<Slot> CreationOptions.of
(Plugin plugin, Title title, boolean offlinePlayerSupport, Mirror<Slot> mirror, boolean unknownPlayerSupport, boolean bypassExempt, LogOptions logOptions, PlaceholderPalette placeholderPalette) Create new CreationOptions.CreationOptions.withBypassExemptedPlayers
(boolean bypassExemptedPlayers) Set exemption bypass.CreationOptions.withLogOptions
(LogOptions logOptions) Set the logging options.CreationOptions.withMirror
(Mirror<Slot> mirror) Set the mirror.CreationOptions.withOfflinePlayerSupport
(boolean offlinePlayerSupport) Set offline player support.CreationOptions.withPlaceholderPalette
(PlaceholderPalette placeholderPalette) Set the placeholder palette.CreationOptions.withPlugin
(Plugin plugin) Set the plugin.Set the title.Set the title.CreationOptions.withUnknownPlayerSupport
(boolean unknownPlayerSupport) Set unknown player support.Modifier and TypeMethodDescriptionInvseeAPI.enderSpectatorInventory
(String targetName, CreationOptions<EnderChestSlot> options) 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
(HumanEntity target, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventory
which will provide access to the ender chest 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
(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) 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.spectateEnderChest
(Player spectator, String targetName, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventory
for a player.InvseeAPI.spectateEnderChest
(Player spectator, UUID targetId, String targetName, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventory
for a player.InvseeAPI.spectateEnderChest
(Player spectator, HumanEntity target, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventory
for a player.InvseeAPI.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 CreationOptions in com.janboerman.invsee.spigot.internal
Modifier and TypeMethodDescriptiondefault CreationOptions
<EnderChestSlot> InvseePlatform.defaultEnderChestCreationOptions
(Plugin plugin) default CreationOptions
<PlayerInventorySlot> InvseePlatform.defaultInventoryCreationOptions
(Plugin plugin) Modifier and TypeMethodDescriptionInvseePlatform.createOfflineEnderChest
(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) InvseePlatform.createOfflineInventory
(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) InvseePlatform.openEnderSpectatorInventory
(Player spectator, EnderSpectatorInventory spectatorInventory, CreationOptions<EnderChestSlot> options) InvseePlatform.openMainSpectatorInventory
(Player spectator, MainSpectatorInventory spectatorInventory, CreationOptions<PlayerInventorySlot> options) InvseePlatform.spectateEnderChest
(HumanEntity target, CreationOptions<EnderChestSlot> options) InvseePlatform.spectateInventory
(HumanEntity target, CreationOptions<PlayerInventorySlot> options) -
Uses of CreationOptions in com.janboerman.invsee.spigot.internal.inventory
Modifier and TypeFieldDescriptionfinal CreationOptions
<Slot> AbstractNmsInventory.creationOptions
Modifier and TypeMethodDescriptiondefault CreationOptions
<Slot> StandardSpectatorInventory.getCreationOptions()
ModifierConstructorDescriptionprotected
AbstractNmsInventory
(UUID targetPlayerUuid, String targetPlayerName, CreationOptions<Slot> creationOptions)