Uses of Interface
com.janboerman.invsee.spigot.api.Title
Package
Description
-
Uses of Title in com.janboerman.invsee.spigot
Modifier and TypeMethodDescriptionInvseePlusPlus.getTitleForEnderChest()
Get the title used forEnderSpectatorInventory
s.InvseePlusPlus.getTitleForEnderChest
(FileConfiguration config) InvseePlusPlus.getTitleForInventory()
Get the Title used forMainSpectatorInventory
s.InvseePlusPlus.getTitleForInventory
(FileConfiguration config) -
Uses of Title in com.janboerman.invsee.spigot.api
Modifier and TypeMethodDescriptionstatic Title
Title.defaultEnderInventory()
Get the default ender chest spectator inventory title:"<target>'s enderchest"
static Title
Title.defaultMainInventory()
Get the default main spectator inventory title:"<target>'s inventory"
CreationOptions.getTitle()
Get the configured title.static Title
Create a title with a constant tile string.static Title
Convert a Function into a Title.Modifier and TypeMethodDescriptionstatic <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.final void
InvseeAPI.setEnderInventoryTitle
(Title title) Set theTitle
to be used byInvseeAPI.enderInventoryCreationOptions()
.final void
InvseeAPI.setMainInventoryTitle
(Title title) Set theTitle
to be used byInvseeAPI.mainInventoryCreationOptions()
.Set the title. -
Uses of Title in com.janboerman.invsee.spigot.internal