Uses of Class
com.github.stefvanschie.inventoryframework.adventuresupport.TextHolder
Package
Description
-
Uses of TextHolder in com.github.stefvanschie.inventoryframework.adventuresupport
Modifier and TypeClassDescriptionclass
Wrapper of an AdventureComponent
.final class
Wrapper of a legacy string value.Modifier and TypeMethodDescriptionstatic @NotNull TextHolder
TextHolder.deserialize
(@NotNull String string) Deserializes the specifiedString
as aTextHolder
.static @NotNull TextHolder
TextHolder.empty()
Gets an instance that contains no characters and no formatting. -
Uses of TextHolder in com.github.stefvanschie.inventoryframework.gui.type
ModifierConstructorDescriptionAnvilGui
(@NotNull TextHolder title) Constructs a new anvil guiAnvilGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new anvil gui for the givenplugin
.BarrelGui
(@NotNull TextHolder title) Constructs a new GUIBarrelGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new barrel gui for the givenplugin
.BlastFurnaceGui
(@NotNull TextHolder title) Constructs a new GUIBlastFurnaceGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new blast furnace gui for the givenplugin
.BrewingStandGui
(@NotNull TextHolder title) Constructs a new GUIBrewingStandGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new brewing stand gui for the givenplugin
.CartographyTableGui
(@NotNull TextHolder title) Constructs a new GUICartographyTableGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new cartography table gui for the givenplugin
.ChestGui
(int rows, @NotNull TextHolder title) Constructs a new chest GUIChestGui
(int rows, @NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new chest gui for the givenplugin
.CrafterGui
(@NotNull TextHolder title) Constructs a new crafter gui.CrafterGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new crafter gui for the givenplugin
.CraftingTableGui
(@NotNull TextHolder title) Constructs a new GUICraftingTableGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new crafting table gui for the givenplugin
.DispenserGui
(@NotNull TextHolder title) Constructs a new GUIDispenserGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new dispenser gui for the givenplugin
.DropperGui
(@NotNull TextHolder title) Constructs a new GUIDropperGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new dropper gui for the givenplugin
.EnchantingTableGui
(@NotNull TextHolder title) Constructs a new GUIEnchantingTableGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new enchanting table gui for the givenplugin
.EnderChestGui
(@NotNull TextHolder title) Constructs a new GUIEnderChestGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new ender chest gui for the givenplugin
.FurnaceGui
(@NotNull TextHolder title) Constructs a new GUIFurnaceGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new furnace gui for the givenplugin
.GrindstoneGui
(@NotNull TextHolder title) Constructs a new GUIGrindstoneGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new grindstone gui for the givenplugin
.HopperGui
(@NotNull TextHolder title) Constructs a new GUIHopperGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new hopper gui for the givenplugin
.MerchantGui
(@NotNull TextHolder title) Creates a merchant gui with the given title.MerchantGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new merchant gui for the givenplugin
.ModernSmithingTableGui
(@NotNull TextHolder title) Constructs a new GUI.ModernSmithingTableGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new smithing table gui for the givenplugin
.ShulkerBoxGui
(@NotNull TextHolder title) Constructs a new GUIShulkerBoxGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new shulker box gui for the givenplugin
.SmithingTableGui
(@NotNull TextHolder title) Deprecated.Constructs a new GUISmithingTableGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Deprecated.Constructs a new smithing table gui for the givenplugin
.SmokerGui
(@NotNull TextHolder title) Constructs a new GUISmokerGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new smoker gui for the givenplugin
.StonecutterGui
(@NotNull TextHolder title) Constructs a new GUIStonecutterGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new stonecutter gui for the givenplugin
. -
Uses of TextHolder in com.github.stefvanschie.inventoryframework.gui.type.util
Modifier and TypeMethodDescription@NotNull TextHolder
NamedGui.getTitleHolder()
Returns the title of this GUI in a wrapped form.Modifier and TypeMethodDescriptionvoid
NamedGui.setTitle
(@NotNull TextHolder title) Sets the title for this inventory.ModifierConstructorDescriptionNamedGui
(@NotNull TextHolder title) Constructs a new gui with a titleNamedGui
(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new gui with a title for the givenplugin
.