Uses of Class
com.github.stefvanschie.inventoryframework.adventuresupport.TextHolder
Packages that use TextHolder
Package
Description
-
Uses of TextHolder in com.github.stefvanschie.inventoryframework.adventuresupport
Subclasses of TextHolder in com.github.stefvanschie.inventoryframework.adventuresupportModifier and TypeClassDescriptionclass
Wrapper of an AdventureComponent
.final class
Wrapper of a legacy string value.Methods in com.github.stefvanschie.inventoryframework.adventuresupport that return TextHolderModifier 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
Constructors in com.github.stefvanschie.inventoryframework.gui.type with parameters of type TextHolderModifierConstructorDescriptionAnvilGui
(@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
Methods in com.github.stefvanschie.inventoryframework.gui.type.util that return TextHolderModifier and TypeMethodDescription@NotNull TextHolder
NamedGui.getTitleHolder()
Returns the title of this GUI in a wrapped form.Methods in com.github.stefvanschie.inventoryframework.gui.type.util with parameters of type TextHolderModifier and TypeMethodDescriptionvoid
NamedGui.setTitle
(@NotNull TextHolder title) Sets the title for this inventory.Constructors in com.github.stefvanschie.inventoryframework.gui.type.util with parameters of type TextHolderModifierConstructorDescriptionNamedGui
(@NotNull TextHolder title) Constructs a new gui with a title