Uses of Class
net.minecraft.util.text.Color
-
Packages that use Color Package Description net.minecraft.util.text -
-
Uses of Color in net.minecraft.util.text
Fields in net.minecraft.util.text declared as Color Modifier and Type Field Description private Color
Style. color
Fields in net.minecraft.util.text with type parameters of type Color Modifier and Type Field Description private static java.util.Map<TextFormatting,Color>
Color. LEGACY_FORMAT_TO_COLOR
private static java.util.Map<java.lang.String,Color>
Color. NAMED_COLORS
Methods in net.minecraft.util.text that return Color Modifier and Type Method Description static Color
Color. fromLegacyFormat(TextFormatting p_240744_0_)
static Color
Color. fromRgb(int p_240743_0_)
Color
Style. getColor()
private static Color
Style.Serializer. getTextColor(com.google.gson.JsonObject p_240737_0_)
static Color
Color. parseColor(java.lang.String p_240745_0_)
Methods in net.minecraft.util.text with parameters of type Color Modifier and Type Method Description Style
Style. withColor(Color p_240718_1_)
Constructors in net.minecraft.util.text with parameters of type Color Constructor Description Style(Color p_i232570_1_, java.lang.Boolean p_i232570_2_, java.lang.Boolean p_i232570_3_, java.lang.Boolean p_i232570_4_, java.lang.Boolean p_i232570_5_, java.lang.Boolean p_i232570_6_, ClickEvent p_i232570_7_, HoverEvent p_i232570_8_, java.lang.String p_i232570_9_, ResourceLocation p_i232570_10_)
-