Uses of Class
net.minecraft.util.text.TextFormatting
-
-
Uses of TextFormatting in net.minecraft.advancements
Fields in net.minecraft.advancements declared as TextFormatting Modifier and Type Field Description private TextFormattingFrameType. chatColorMethods in net.minecraft.advancements that return TextFormatting Modifier and Type Method Description TextFormattingFrameType. getChatColor()Constructors in net.minecraft.advancements with parameters of type TextFormatting Constructor Description FrameType(java.lang.String p_i47585_3_, int p_i47585_4_, TextFormatting p_i47585_5_) -
Uses of TextFormatting in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextFormatting Modifier and Type Method Description private voidCommandSuggestionHelper. fillNodeUsage(TextFormatting p_228120_1_) -
Uses of TextFormatting in net.minecraft.command.arguments
Methods in net.minecraft.command.arguments that return TextFormatting Modifier and Type Method Description static TextFormattingColorArgument. getColor(com.mojang.brigadier.context.CommandContext<CommandSource> p_197064_0_, java.lang.String p_197064_1_)TextFormattingColorArgument. parse(com.mojang.brigadier.StringReader p_parse_1_) -
Uses of TextFormatting in net.minecraft.command.impl
Methods in net.minecraft.command.impl with parameters of type TextFormatting Modifier and Type Method Description private static intTeamCommand. setColor(CommandSource p_198757_0_, ScorePlayerTeam p_198757_1_, TextFormatting p_198757_2_) -
Uses of TextFormatting in net.minecraft.item
Fields in net.minecraft.item declared as TextFormatting Modifier and Type Field Description TextFormattingRarity. colorMethods in net.minecraft.item with parameters of type TextFormatting Modifier and Type Method Description static RarityRarity. create(java.lang.String name, TextFormatting p_i48837_3_)Constructors in net.minecraft.item with parameters of type TextFormatting Constructor Description Rarity(TextFormatting p_i48837_3_) -
Uses of TextFormatting in net.minecraft.nbt
Fields in net.minecraft.nbt declared as TextFormatting Modifier and Type Field Description static TextFormattingINBT. SYNTAX_HIGHLIGHTING_KEYstatic TextFormattingINBT. SYNTAX_HIGHLIGHTING_NUMBERstatic TextFormattingINBT. SYNTAX_HIGHLIGHTING_NUMBER_TYPEstatic TextFormattingINBT. SYNTAX_HIGHLIGHTING_STRING -
Uses of TextFormatting in net.minecraft.network.play.server
Fields in net.minecraft.network.play.server declared as TextFormatting Modifier and Type Field Description private TextFormattingSTeamsPacket. colorMethods in net.minecraft.network.play.server that return TextFormatting Modifier and Type Method Description TextFormattingSTeamsPacket. getColor() -
Uses of TextFormatting in net.minecraft.potion
Fields in net.minecraft.potion declared as TextFormatting Modifier and Type Field Description private TextFormattingEffectType. tooltipFormattingMethods in net.minecraft.potion that return TextFormatting Modifier and Type Method Description TextFormattingEffectType. getTooltipFormatting()Constructors in net.minecraft.potion with parameters of type TextFormatting Constructor Description EffectType(TextFormatting p_i50390_3_) -
Uses of TextFormatting in net.minecraft.scoreboard
Fields in net.minecraft.scoreboard declared as TextFormatting Modifier and Type Field Description private TextFormattingScorePlayerTeam. colorMethods in net.minecraft.scoreboard that return TextFormatting Modifier and Type Method Description TextFormattingScorePlayerTeam. getColor()abstract TextFormattingTeam. getColor()Methods in net.minecraft.scoreboard with parameters of type TextFormatting Modifier and Type Method Description voidScorePlayerTeam. setColor(TextFormatting p_178774_1_) -
Uses of TextFormatting in net.minecraft.test
Methods in net.minecraft.test with parameters of type TextFormatting Modifier and Type Method Description private static voidTestCommand. say(ServerWorld p_229624_0_, java.lang.String p_229624_1_, TextFormatting p_229624_2_)private static voidTestUtils. say(ServerWorld p_229556_0_, TextFormatting p_229556_1_, java.lang.String p_229556_2_) -
Uses of TextFormatting in net.minecraft.util.text
Fields in net.minecraft.util.text with type parameters of type TextFormatting Modifier and Type Field Description private static java.util.Map<java.lang.String,TextFormatting>TextFormatting. FORMATTING_BY_NAMEprivate static java.util.Map<TextFormatting,Color>Color. LEGACY_FORMAT_TO_COLORMethods in net.minecraft.util.text that return TextFormatting Modifier and Type Method Description static TextFormattingTextFormatting. getByCode(char p_211165_0_)static TextFormattingTextFormatting. getById(int p_175744_0_)static TextFormattingTextFormatting. getByName(java.lang.String p_96300_0_)static TextFormattingTextFormatting. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TextFormatting[]TextFormatting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.minecraft.util.text with parameters of type TextFormatting Modifier and Type Method Description StyleStyle. applyFormat(TextFormatting p_240721_1_)StyleStyle. applyFormats(TextFormatting... p_240720_1_)StyleStyle. applyLegacyFormat(TextFormatting p_240723_1_)static ColorColor. fromLegacyFormat(TextFormatting p_240744_0_)StyleStyle. withColor(TextFormatting p_240712_1_)default IFormattableTextComponentIFormattableTextComponent. withStyle(TextFormatting p_240699_1_)default IFormattableTextComponentIFormattableTextComponent. withStyle(TextFormatting... p_240701_1_) -
Uses of TextFormatting in net.minecraft.world
Fields in net.minecraft.world declared as TextFormatting Modifier and Type Field Description private TextFormattingBossInfo.Color. formattingMethods in net.minecraft.world that return TextFormatting Modifier and Type Method Description TextFormattingBossInfo.Color. getFormatting()Constructors in net.minecraft.world with parameters of type TextFormatting Constructor Description Color(java.lang.String p_i48622_3_, TextFormatting p_i48622_4_)
-