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 guiBarrelGui
(@NotNull TextHolder title) Constructs a new GUIBlastFurnaceGui
(@NotNull TextHolder title) Constructs a new GUIBrewingStandGui
(@NotNull TextHolder title) Constructs a new GUICartographyTableGui
(@NotNull TextHolder title) Constructs a new GUIChestGui
(int rows, @NotNull TextHolder title) Constructs a new chest GUICraftingTableGui
(@NotNull TextHolder title) Constructs a new GUIDispenserGui
(@NotNull TextHolder title) Constructs a new GUIDropperGui
(@NotNull TextHolder title) Constructs a new GUIEnchantingTableGui
(@NotNull TextHolder title) Constructs a new GUIEnderChestGui
(@NotNull TextHolder title) Constructs a new GUIFurnaceGui
(@NotNull TextHolder title) Constructs a new GUIGrindstoneGui
(@NotNull TextHolder title) Constructs a new GUIHopperGui
(@NotNull TextHolder title) Constructs a new GUIMerchantGui
(@NotNull TextHolder title) Creates a merchant gui with the given title.ShulkerBoxGui
(@NotNull TextHolder title) Constructs a new GUISmithingTableGui
(@NotNull TextHolder title) Constructs a new GUISmokerGui
(@NotNull TextHolder title) Constructs a new GUIStonecutterGui
(@NotNull TextHolder title) Constructs a new GUI -
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 title