Package net.minecraft.util
Class Colors
java.lang.Object
net.minecraft.util.Colors
Contains constants for commonly used colors in 
0xAARRGGBB format.- Mappings:
- Namespace - Name - official - anw- intermediary - net/minecraft/class_8012- named - net/minecraft/util/Colors
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
WHITEpublic static final int WHITERepresents the color white,0xFFFFFFFF.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - a- Lanw;a:I- intermediary - field_42973- Lnet/minecraft/class_8012;field_42973:I- named - WHITE- Lnet/minecraft/util/Colors;WHITE:I
 
- 
BLACKpublic static final int BLACKRepresents the color black,0xFF000000.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - b- Lanw;b:I- intermediary - field_42974- Lnet/minecraft/class_8012;field_42974:I- named - BLACK- Lnet/minecraft/util/Colors;BLACK:I
 
- 
GRAYpublic static final int GRAYRepresents the color gray,0xFFA0A0A0.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - c- Lanw;c:I- intermediary - field_44941- Lnet/minecraft/class_8012;field_44941:I- named - GRAY- Lnet/minecraft/util/Colors;GRAY:I
 
- 
REDpublic static final int REDRepresents the color red,0xFFFF0000.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - official - d- Lanw;d:I- intermediary - field_41758- Lnet/minecraft/class_8012;field_41758:I- named - RED- Lnet/minecraft/util/Colors;RED:I
 
 
- 
- 
Constructor Details- 
Colorspublic Colors()
 
-