From 2a9a2fea853037663453480397b2f35eda6c1499 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Wed, 24 May 2023 19:47:11 +0900 Subject: [PATCH] Map class_8012 (#3586) --- mappings/net/minecraft/util/Colors.mapping | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 mappings/net/minecraft/util/Colors.mapping 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}.