Uses of Interface
net.kyori.adventure.text.format.TextFormat
Packages that use TextFormat
Package
Description
Formats which may be applied to components.
Legacy text based serialization and deserialization.
-
Uses of TextFormat in net.kyori.adventure.text.format
Subinterfaces of TextFormat in net.kyori.adventure.text.formatClasses in net.kyori.adventure.text.format that implement TextFormatModifier and TypeClassDescriptionfinal classThe named text colours in Minecraft: Java Edition.enumAn enumeration of decorations which may be applied to aComponent. -
Uses of TextFormat in net.kyori.adventure.text.serializer.legacy
Methods in net.kyori.adventure.text.serializer.legacy that return TextFormatModifier and TypeMethodDescription@Nullable TextFormatCharacterAndFormat.format()Gets the format, ornullif this format holds a reset directive.Methods in net.kyori.adventure.text.serializer.legacy with parameters of type TextFormatModifier and TypeMethodDescriptionstatic CharacterAndFormatCharacterAndFormat.characterAndFormat(char character, TextFormat format) Creates a new combination of a case-sensitivecharacterand aTextFormat.static CharacterAndFormatCharacterAndFormat.characterAndFormat(char character, TextFormat format, boolean caseInsensitive) Creates a new combination of acharacterand aTextFormat.