Uses of Class
com.github.stefvanschie.inventoryframework.adventuresupport.TextHolder
Packages that use TextHolder
Package
Description
- 
Uses of TextHolder in com.github.stefvanschie.inventoryframework.adventuresupportSubclasses of TextHolder in com.github.stefvanschie.inventoryframework.adventuresupportModifier and TypeClassDescriptionclassWrapper of an AdventureComponent.final classWrapper of a legacy string value.Methods in com.github.stefvanschie.inventoryframework.adventuresupport that return TextHolderModifier and TypeMethodDescriptionstatic @NotNull TextHolderTextHolder.deserialize(@NotNull String string) Deserializes the specifiedStringas aTextHolder.static @NotNull TextHolderTextHolder.empty()Gets an instance that contains no characters and no formatting.
- 
Uses of TextHolder in com.github.stefvanschie.inventoryframework.gui.typeConstructors in com.github.stefvanschie.inventoryframework.gui.type with parameters of type TextHolderModifierConstructorDescriptionAnvilGui(@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.utilMethods in com.github.stefvanschie.inventoryframework.gui.type.util that return TextHolderModifier and TypeMethodDescription@NotNull TextHolderNamedGui.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 TypeMethodDescriptionvoidNamedGui.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 titleNamedGui(@NotNull TextHolder title, @NotNull Plugin plugin) Constructs a new gui with a title for the givenplugin.