Uses of Class
net.minecraft.network.chat.TextColor
Packages that use TextColor
Package
Description
-
Uses of TextColor in net.minecraft.client.gui
Methods in net.minecraft.client.gui with parameters of type TextColorModifier and TypeMethodDescriptionprivate int
Font.StringRenderOutput.getTextColor
(TextColor p_382899_) -
Uses of TextColor in net.minecraft.network.chat
Fields in net.minecraft.network.chat declared as TextColorFields in net.minecraft.network.chat with type parameters of type TextColorModifier and TypeFieldDescriptionstatic final com.mojang.serialization.Codec
<TextColor> TextColor.CODEC
private static final Map
<ChatFormatting, TextColor> TextColor.LEGACY_FORMAT_TO_COLOR
TextColor.NAMED_COLORS
Methods in net.minecraft.network.chat that return TextColorModifier and TypeMethodDescriptionstatic TextColor
TextColor.fromLegacyFormat
(ChatFormatting p_131271_) static TextColor
TextColor.fromRgb
(int p_131267_) Style.getColor()
Methods in net.minecraft.network.chat that return types with arguments of type TextColorModifier and TypeMethodDescriptionstatic com.mojang.serialization.DataResult
<TextColor> TextColor.parseColor
(String p_131269_) Methods in net.minecraft.network.chat with parameters of type TextColorMethod parameters in net.minecraft.network.chat with type arguments of type TextColorModifier and TypeMethodDescriptionprivate static Style
Style.create
(Optional<TextColor> p_237258_, Optional<Integer> p_237259_, Optional<Boolean> p_237260_, Optional<Boolean> p_237261_, Optional<Boolean> p_237262_, Optional<Boolean> p_237263_, Optional<Boolean> p_237264_, Optional<ClickEvent> p_237265_, Optional<HoverEvent> p_304921_, Optional<String> p_304811_, Optional<ResourceLocation> p_383021_) Constructors in net.minecraft.network.chat with parameters of type TextColorModifierConstructorDescriptionprivate
Style
(TextColor p_131113_, Integer p_383145_, Boolean p_131114_, Boolean p_131115_, Boolean p_131116_, Boolean p_131117_, Boolean p_131118_, ClickEvent p_131119_, HoverEvent p_131120_, String p_131121_, ResourceLocation p_131122_) -
Uses of TextColor in net.minecraft.world.entity.ai.attributes
Fields in net.minecraft.world.entity.ai.attributes declared as TextColorModifier and TypeFieldDescriptionprotected static final TextColor
Attribute.MERGED_BLUE
protected static final TextColor
Attribute.MERGED_GRAY
protected static final TextColor
Attribute.MERGED_RED
Methods in net.minecraft.world.entity.ai.attributes that return TextColor -
Uses of TextColor in net.neoforged.neoforge.common.extensions
Methods in net.neoforged.neoforge.common.extensions that return TextColorModifier and TypeMethodDescriptionIAttributeExtension.getMergedStyle
(boolean isPositive) Returns the color used by merged attribute modifiers.