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 anwintermediary net/minecraft/class_8012named net/minecraft/util/Colors
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
 
- 
Field Details
- 
WHITE
public static final int WHITERepresents the color white,0xFFFFFFFF.- See Also:
 - Mappings:
 Namespace Name Mixin selector official aLanw;a:Iintermediary field_42973Lnet/minecraft/class_8012;field_42973:Inamed WHITELnet/minecraft/util/Colors;WHITE:I
 - 
BLACK
public static final int BLACKRepresents the color black,0xFF000000.- See Also:
 - Mappings:
 Namespace Name Mixin selector official bLanw;b:Iintermediary field_42974Lnet/minecraft/class_8012;field_42974:Inamed BLACKLnet/minecraft/util/Colors;BLACK:I
 - 
GRAY
public static final int GRAYRepresents the color gray,0xFFA0A0A0.- See Also:
 - Mappings:
 Namespace Name Mixin selector official cLanw;c:Iintermediary field_44941Lnet/minecraft/class_8012;field_44941:Inamed GRAYLnet/minecraft/util/Colors;GRAY:I
 - 
RED
public static final int REDRepresents the color red,0xFFFF0000.- See Also:
 - Mappings:
 Namespace Name Mixin selector official dLanw;d:Iintermediary field_41758Lnet/minecraft/class_8012;field_41758:Inamed REDLnet/minecraft/util/Colors;RED:I
 
 - 
 - 
Constructor Details
- 
Colors
public Colors() 
 -