Uses of Class
net.minecraft.text.TextColor
Packages that use TextColor
-
Uses of TextColor in net.minecraft.text
Fields in net.minecraft.text declared as TextColorFields in net.minecraft.text with type parameters of type TextColorModifier and TypeFieldDescriptionTextColor.BY_NAME
private static Map<Formatting,TextColor>
TextColor.FORMATTING_TO_COLOR
Methods in net.minecraft.text that return TextColorModifier and TypeMethodDescriptionTextColor.fromFormatting(Formatting formatting)
Obtains a text color from a formatting.static TextColor
TextColor.fromRgb(int rgb)
Obtains a text color from an RGB value.Style.getColor()
Returns the color of this style.Parses a color by its name.Style.Serializer.parseColor(JsonObject root)
Methods in net.minecraft.text with parameters of type TextColorModifier and TypeMethodDescriptionReturns a new style with the color provided and all other attributes of this style.Constructors in net.minecraft.text with parameters of type TextColorModifierConstructorDescriptionprivate
Style(@Nullable TextColor color, @Nullable Boolean bold, @Nullable Boolean italic, @Nullable Boolean underlined, @Nullable Boolean strikethrough, @Nullable Boolean obfuscated, @Nullable ClickEvent clickEvent, @Nullable HoverEvent hoverEvent, @Nullable String insertion, @Nullable Identifier font)