Uses of Interface
com.janboerman.invsee.spigot.api.Title
Packages that use Title
Package
Description
-
Uses of Title in com.janboerman.invsee.spigot
Methods in com.janboerman.invsee.spigot that return TitleModifier 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
Methods in com.janboerman.invsee.spigot.api that return TitleModifier 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.Methods in com.janboerman.invsee.spigot.api with parameters of type TitleModifier 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
Classes in com.janboerman.invsee.spigot.internal that implement Title