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 - named - net/minecraft/util/Colors- intermediary - net/minecraft/class_8012- official - axu
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final intRepresents a variant of the color white, used so that the two alternate with each other,0xFFBABABA.static final intRepresents the color black,0xFF000000.static final intRepresents the color blue,0xFF0000FF.static final intRepresents the color cyan,0xFF57FFE1.static final intRepresents the color gray,0xFF808080.static final intRepresents the color green,0xFF00FF00.static final intRepresents the color light gray,0xFFA0A0A0.static final intRepresents the color light red,0xFFDF5050.static final intRepresents the color light yellow,0xFFFFFF55.static final intRepresents the color purple,0xFF500050.static final intRepresents the color red,0xFFFF0000.static final intRepresents the color white,0xFFFFFFFF.static final intRepresents the color yellow,0xFFFFFF00.
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
WHITEpublic static final int WHITERepresents the color white,0xFFFFFFFF.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - WHITE- Lnet/minecraft/util/Colors;WHITE:I- intermediary - field_42973- Lnet/minecraft/class_8012;field_42973:I- official - a- Laxu;a:I
 
- 
BLACKpublic static final int BLACKRepresents the color black,0xFF000000.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - BLACK- Lnet/minecraft/util/Colors;BLACK:I- intermediary - field_42974- Lnet/minecraft/class_8012;field_42974:I- official - b- Laxu;b:I
 
- 
GRAYpublic static final int GRAYRepresents the color gray,0xFF808080.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - GRAY- Lnet/minecraft/util/Colors;GRAY:I- intermediary - field_44941- Lnet/minecraft/class_8012;field_44941:I- official - c- Laxu;c:I
 
- 
LIGHT_GRAYpublic static final int LIGHT_GRAYRepresents the color light gray,0xFFA0A0A0.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - LIGHT_GRAY- Lnet/minecraft/util/Colors;LIGHT_GRAY:I- intermediary - field_45073- Lnet/minecraft/class_8012;field_45073:I- official - d- Laxu;d:I
 
- 
ALTERNATE_WHITEpublic static final int ALTERNATE_WHITERepresents a variant of the color white, used so that the two alternate with each other,0xFFBABABA.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - ALTERNATE_WHITE- Lnet/minecraft/util/Colors;ALTERNATE_WHITE:I- intermediary - field_49788- Lnet/minecraft/class_8012;field_49788:I- official - e- Laxu;e:I
 
- 
REDpublic static final int REDRepresents the color red,0xFFFF0000.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - RED- Lnet/minecraft/util/Colors;RED:I- intermediary - field_41758- Lnet/minecraft/class_8012;field_41758:I- official - f- Laxu;f:I
 
- 
LIGHT_REDpublic static final int LIGHT_REDRepresents the color light red,0xFFDF5050.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - LIGHT_RED- Lnet/minecraft/util/Colors;LIGHT_RED:I- intermediary - field_46652- Lnet/minecraft/class_8012;field_46652:I- official - g- Laxu;g:I
 
- 
GREENpublic static final int GREENRepresents the color green,0xFF00FF00.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - GREEN- Lnet/minecraft/util/Colors;GREEN:I- intermediary - field_52312- Lnet/minecraft/class_8012;field_52312:I- official - h- Laxu;h:I
 
- 
BLUEpublic static final int BLUERepresents the color blue,0xFF0000FF.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - BLUE- Lnet/minecraft/util/Colors;BLUE:I- intermediary - field_52313- Lnet/minecraft/class_8012;field_52313:I- official - i- Laxu;i:I
 
- 
YELLOWpublic static final int YELLOWRepresents the color yellow,0xFFFFFF00.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - YELLOW- Lnet/minecraft/util/Colors;YELLOW:I- intermediary - field_46767- Lnet/minecraft/class_8012;field_46767:I- official - j- Laxu;j:I
 
- 
LIGHT_YELLOWpublic static final int LIGHT_YELLOWRepresents the color light yellow,0xFFFFFF55.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - LIGHT_YELLOW- Lnet/minecraft/util/Colors;LIGHT_YELLOW:I- intermediary - field_46768- Lnet/minecraft/class_8012;field_46768:I- official - k- Laxu;k:I
 
- 
PURPLEpublic static final int PURPLERepresents the color purple,0xFF500050.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - PURPLE- Lnet/minecraft/util/Colors;PURPLE:I- intermediary - field_52393- Lnet/minecraft/class_8012;field_52393:I- official - l- Laxu;l:I
 
- 
CYANpublic static final int CYANRepresents the color cyan,0xFF57FFE1.- See Also:
- Mappings:
- Namespace - Name - Mixin selector - named - CYAN- Lnet/minecraft/util/Colors;CYAN:I- intermediary - field_54557- Lnet/minecraft/class_8012;field_54557:I- official - m- Laxu;m:I
 
 
- 
- 
Constructor Details- 
Colorspublic Colors()
 
-