Uses of Class
com.janboerman.invsee.spigot.api.CreationOptions
Packages that use CreationOptions
Package
Description
- 
Uses of CreationOptions in com.janboerman.invsee.spigot.apiMethods in com.janboerman.invsee.spigot.api that return CreationOptionsModifier 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 forEnderSpectatorInventorys.InvseeAPI.enderInventoryCreationOptions(Player spectator) Get the configured CreationOptions forEnderSpectatorInventorys.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 forMainSpectatorInventorys.InvseeAPI.mainInventoryCreationOptions(Player spectator) Get the configured CreationOptions forMainSpectatorInventorys.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.Methods in com.janboerman.invsee.spigot.api with parameters of type CreationOptionsModifier and TypeMethodDescriptionInvseeAPI.enderSpectatorInventory(String targetName, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventorywhich will provide access to the ender chest contents of a target player.InvseeAPI.enderSpectatorInventory(UUID playerId, String playerName, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventorywhich will provide access to the ender chest contents of a target player.InvseeAPI.enderSpectatorInventory(HumanEntity target, CreationOptions<EnderChestSlot> options) Create anEnderSpectatorInventorywhich will provide access to the ender chest 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(UUID playerId, String playerName, CreationOptions<PlayerInventorySlot> options) 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.spectateEnderChest(Player spectator, String targetName, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventoryfor a player.InvseeAPI.spectateEnderChest(Player spectator, UUID targetId, String targetName, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventoryfor a player.InvseeAPI.spectateEnderChest(Player spectator, HumanEntity target, CreationOptions<EnderChestSlot> options) Opens anEnderSpectatorInventoryfor a player.InvseeAPI.spectateInventory(Player spectator, String targetName, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventoryfor a player.InvseeAPI.spectateInventory(Player spectator, UUID targetId, String targetName, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventoryfor a player.InvseeAPI.spectateInventory(Player spectator, HumanEntity target, CreationOptions<PlayerInventorySlot> options) Opens aMainSpectatorInventoryfor a player.
- 
Uses of CreationOptions in com.janboerman.invsee.spigot.internalMethods in com.janboerman.invsee.spigot.internal that return CreationOptionsModifier and TypeMethodDescriptiondefault CreationOptions<EnderChestSlot> InvseePlatform.defaultEnderChestCreationOptions(Plugin plugin) default CreationOptions<PlayerInventorySlot> InvseePlatform.defaultInventoryCreationOptions(Plugin plugin) Methods in com.janboerman.invsee.spigot.internal with parameters of type CreationOptionsModifier 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.inventoryFields in com.janboerman.invsee.spigot.internal.inventory declared as CreationOptionsModifier and TypeFieldDescriptionfinal CreationOptions<Slot> AbstractNmsInventory.creationOptionsMethods in com.janboerman.invsee.spigot.internal.inventory that return CreationOptionsModifier and TypeMethodDescriptiondefault CreationOptions<Slot> StandardSpectatorInventory.getCreationOptions()Constructors in com.janboerman.invsee.spigot.internal.inventory with parameters of type CreationOptionsModifierConstructorDescriptionprotectedAbstractNmsInventory(UUID targetPlayerUuid, String targetPlayerName, CreationOptions<Slot> creationOptions)