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 TextFormatting
FrameType. chatColor
Methods in net.minecraft.advancements that return TextFormatting Modifier and Type Method Description TextFormatting
FrameType. 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 void
CommandSuggestionHelper. 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 TextFormatting
ColorArgument. getColor(com.mojang.brigadier.context.CommandContext<CommandSource> p_197064_0_, java.lang.String p_197064_1_)
TextFormatting
ColorArgument. 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 int
TeamCommand. 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 TextFormatting
Rarity. color
Methods in net.minecraft.item with parameters of type TextFormatting Modifier and Type Method Description static Rarity
Rarity. 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 TextFormatting
INBT. SYNTAX_HIGHLIGHTING_KEY
static TextFormatting
INBT. SYNTAX_HIGHLIGHTING_NUMBER
static TextFormatting
INBT. SYNTAX_HIGHLIGHTING_NUMBER_TYPE
static TextFormatting
INBT. 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 TextFormatting
STeamsPacket. color
Methods in net.minecraft.network.play.server that return TextFormatting Modifier and Type Method Description TextFormatting
STeamsPacket. getColor()
-
Uses of TextFormatting in net.minecraft.potion
Fields in net.minecraft.potion declared as TextFormatting Modifier and Type Field Description private TextFormatting
EffectType. tooltipFormatting
Methods in net.minecraft.potion that return TextFormatting Modifier and Type Method Description TextFormatting
EffectType. 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 TextFormatting
ScorePlayerTeam. color
Methods in net.minecraft.scoreboard that return TextFormatting Modifier and Type Method Description TextFormatting
ScorePlayerTeam. getColor()
abstract TextFormatting
Team. getColor()
Methods in net.minecraft.scoreboard with parameters of type TextFormatting Modifier and Type Method Description void
ScorePlayerTeam. 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 void
TestCommand. say(ServerWorld p_229624_0_, java.lang.String p_229624_1_, TextFormatting p_229624_2_)
private static void
TestUtils. 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_NAME
private static java.util.Map<TextFormatting,Color>
Color. LEGACY_FORMAT_TO_COLOR
Methods in net.minecraft.util.text that return TextFormatting Modifier and Type Method Description static TextFormatting
TextFormatting. getByCode(char p_211165_0_)
static TextFormatting
TextFormatting. getById(int p_175744_0_)
static TextFormatting
TextFormatting. getByName(java.lang.String p_96300_0_)
static TextFormatting
TextFormatting. 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 Style
Style. applyFormat(TextFormatting p_240721_1_)
Style
Style. applyFormats(TextFormatting... p_240720_1_)
Style
Style. applyLegacyFormat(TextFormatting p_240723_1_)
static Color
Color. fromLegacyFormat(TextFormatting p_240744_0_)
Style
Style. withColor(TextFormatting p_240712_1_)
default IFormattableTextComponent
IFormattableTextComponent. withStyle(TextFormatting p_240699_1_)
default IFormattableTextComponent
IFormattableTextComponent. 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 TextFormatting
BossInfo.Color. formatting
Methods in net.minecraft.world that return TextFormatting Modifier and Type Method Description TextFormatting
BossInfo.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_)
-