Map class_8012 (#3586)

This commit is contained in:
apple502j 2023-05-24 19:47:11 +09:00 committed by GitHub
parent 284db43750
commit 2a9a2fea85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 0 deletions

View File

@ -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}.