CLASS net/minecraft/class_8012 net/minecraft/util/Colors COMMENT Contains constants for commonly used colors in {@code 0xAARRGGBB} format. FIELD field_41758 RED I COMMENT Represents the color red, {@code 0xFFFF0000}. FIELD field_42973 WHITE I COMMENT Represents the color white, {@code 0xFFFFFFFF}. FIELD field_42974 BLACK I COMMENT Represents the color black, {@code 0xFF000000}. FIELD field_44941 GRAY I COMMENT Represents the color gray, {@code 0xFF808080}. FIELD field_45073 LIGHT_GRAY I COMMENT Represents the color light gray, {@code 0xFFA0A0A0}. FIELD field_46652 LIGHT_RED I COMMENT Represents the color light red, {@code 0xFFDF5050}. FIELD field_46767 YELLOW I COMMENT Represents the color yellow, {@code 0xFFFFFF00}. FIELD field_46768 LIGHT_YELLOW I COMMENT Represents the color light yellow, {@code 0xFFFFFF55}.