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 ColorStyle. colorFields 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_COLORprivate static java.util.Map<java.lang.String,Color>Color. NAMED_COLORSMethods in net.minecraft.util.text that return Color Modifier and Type Method Description static ColorColor. fromLegacyFormat(TextFormatting p_240744_0_)static ColorColor. fromRgb(int p_240743_0_)ColorStyle. getColor()private static ColorStyle.Serializer. getTextColor(com.google.gson.JsonObject p_240737_0_)static ColorColor. parseColor(java.lang.String p_240745_0_)Methods in net.minecraft.util.text with parameters of type Color Modifier and Type Method Description StyleStyle. 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_)
-