diff --git a/mappings/net/minecraft/util/Colors.mapping b/mappings/net/minecraft/util/Colors.mapping new file mode 100644 index 0000000000..86d7dd5b1a --- /dev/null +++ b/mappings/net/minecraft/util/Colors.mapping @@ -0,0 +1,10 @@ +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 0xFFA0A0A0}.