Uses of Interface
net.kyori.adventure.text.serializer.legacy.CharacterAndFormat
-
Uses of CharacterAndFormat in net.kyori.adventure.text.serializer.legacy
Fields in net.kyori.adventure.text.serializer.legacy declared as CharacterAndFormatModifier and TypeFieldDescriptionstatic final CharacterAndFormatCharacterAndFormat.AQUACharacter and format pair representingNamedTextColor.AQUA.static final CharacterAndFormatCharacterAndFormat.BLACKCharacter and format pair representingNamedTextColor.BLACK.static final CharacterAndFormatCharacterAndFormat.BLUECharacter and format pair representingNamedTextColor.BLUE.static final CharacterAndFormatCharacterAndFormat.BOLDCharacter and format pair representingTextDecoration.BOLD.static final CharacterAndFormatCharacterAndFormat.DARK_AQUACharacter and format pair representingNamedTextColor.DARK_AQUA.static final CharacterAndFormatCharacterAndFormat.DARK_BLUECharacter and format pair representingNamedTextColor.DARK_BLUE.static final CharacterAndFormatCharacterAndFormat.DARK_GRAYCharacter and format pair representingNamedTextColor.DARK_GRAY.static final CharacterAndFormatCharacterAndFormat.DARK_GREENCharacter and format pair representingNamedTextColor.DARK_GREEN.static final CharacterAndFormatCharacterAndFormat.DARK_PURPLECharacter and format pair representingNamedTextColor.DARK_PURPLE.static final CharacterAndFormatCharacterAndFormat.DARK_REDCharacter and format pair representingNamedTextColor.DARK_RED.static final CharacterAndFormatCharacterAndFormat.GOLDCharacter and format pair representingNamedTextColor.GOLD.static final CharacterAndFormatCharacterAndFormat.GRAYCharacter and format pair representingNamedTextColor.GRAY.static final CharacterAndFormatCharacterAndFormat.GREENCharacter and format pair representingNamedTextColor.GREEN.static final CharacterAndFormatCharacterAndFormat.ITALICCharacter and format pair representingTextDecoration.ITALIC.static final CharacterAndFormatCharacterAndFormat.LIGHT_PURPLECharacter and format pair representingNamedTextColor.LIGHT_PURPLE.static final CharacterAndFormatCharacterAndFormat.OBFUSCATEDCharacter and format pair representingTextDecoration.OBFUSCATED.static final CharacterAndFormatCharacterAndFormat.REDCharacter and format pair representingNamedTextColor.RED.static final CharacterAndFormatCharacterAndFormat.RESETCharacter and format pair representingReset.INSTANCE.static final CharacterAndFormatCharacterAndFormat.STRIKETHROUGHCharacter and format pair representingTextDecoration.STRIKETHROUGH.static final CharacterAndFormatCharacterAndFormat.UNDERLINEDCharacter and format pair representingTextDecoration.UNDERLINED.static final CharacterAndFormatCharacterAndFormat.WHITECharacter and format pair representingNamedTextColor.WHITE.static final CharacterAndFormatCharacterAndFormat.YELLOWCharacter and format pair representingNamedTextColor.YELLOW.Methods in net.kyori.adventure.text.serializer.legacy that return CharacterAndFormatModifier 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.static CharacterAndFormatCharacterAndFormat.characterAndReset(char character) Creates a new combination of a case-sensitivecharacterand the reset directive.static CharacterAndFormatCharacterAndFormat.characterAndReset(char character, boolean caseInsensitive) Creates a new combination of a case-sensitivecharacterand the reset directive.Methods in net.kyori.adventure.text.serializer.legacy that return types with arguments of type CharacterAndFormatModifier and TypeMethodDescriptionstatic @Unmodifiable List<CharacterAndFormat> CharacterAndFormat.defaults()Gets an unmodifiable list of character and format instances containing all default vanilla formats.Method parameters in net.kyori.adventure.text.serializer.legacy with type arguments of type CharacterAndFormatModifier and TypeMethodDescriptionLegacyComponentSerializer.Builder.formats(List<CharacterAndFormat> formats) Sets the formats to use.