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/Colorsintermediary net/minecraft/class_8012official bea
-
Field Summary
FieldsModifier 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 dark gray,FF404040.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 pink,0xFFFFCCCC.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 Summary
Constructors -
Method Summary
-
Field Details
-
WHITE
public static final int WHITERepresents the color white,0xFFFFFFFF.- See Also:
- Mappings:
Namespace Name Mixin selector named WHITELnet/minecraft/util/Colors;WHITE:Iintermediary field_42973Lnet/minecraft/class_8012;field_42973:Iofficial aLbea;a:I
-
BLACK
public static final int BLACKRepresents the color black,0xFF000000.- See Also:
- Mappings:
Namespace Name Mixin selector named BLACKLnet/minecraft/util/Colors;BLACK:Iintermediary field_42974Lnet/minecraft/class_8012;field_42974:Iofficial bLbea;b:I
-
GRAY
public static final int GRAYRepresents the color gray,0xFF808080.- See Also:
- Mappings:
Namespace Name Mixin selector named GRAYLnet/minecraft/util/Colors;GRAY:Iintermediary field_44941Lnet/minecraft/class_8012;field_44941:Iofficial cLbea;c:I
-
DARK_GRAY
public static final int DARK_GRAYRepresents the color dark gray,FF404040.- See Also:
- Mappings:
Namespace Name Mixin selector named DARK_GRAYLnet/minecraft/util/Colors;DARK_GRAY:Iintermediary field_60347Lnet/minecraft/class_8012;field_60347:Iofficial dLbea;d:I
-
LIGHT_GRAY
public static final int LIGHT_GRAYRepresents the color light gray,0xFFA0A0A0.- See Also:
- Mappings:
Namespace Name Mixin selector named LIGHT_GRAYLnet/minecraft/util/Colors;LIGHT_GRAY:Iintermediary field_45073Lnet/minecraft/class_8012;field_45073:Iofficial eLbea;e:I
-
ALTERNATE_WHITE
public 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_WHITELnet/minecraft/util/Colors;ALTERNATE_WHITE:Iintermediary field_49788Lnet/minecraft/class_8012;field_49788:Iofficial fLbea;f:I
-
RED
public static final int REDRepresents the color red,0xFFFF0000.- See Also:
- Mappings:
Namespace Name Mixin selector named REDLnet/minecraft/util/Colors;RED:Iintermediary field_41758Lnet/minecraft/class_8012;field_41758:Iofficial gLbea;g:I
-
LIGHT_RED
public static final int LIGHT_REDRepresents the color light red,0xFFDF5050.- See Also:
- Mappings:
Namespace Name Mixin selector named LIGHT_REDLnet/minecraft/util/Colors;LIGHT_RED:Iintermediary field_46652Lnet/minecraft/class_8012;field_46652:Iofficial hLbea;h:I
-
GREEN
public static final int GREENRepresents the color green,0xFF00FF00.- See Also:
- Mappings:
Namespace Name Mixin selector named GREENLnet/minecraft/util/Colors;GREEN:Iintermediary field_52312Lnet/minecraft/class_8012;field_52312:Iofficial iLbea;i:I
-
BLUE
public static final int BLUERepresents the color blue,0xFF0000FF.- See Also:
- Mappings:
Namespace Name Mixin selector named BLUELnet/minecraft/util/Colors;BLUE:Iintermediary field_52313Lnet/minecraft/class_8012;field_52313:Iofficial jLbea;j:I
-
YELLOW
public static final int YELLOWRepresents the color yellow,0xFFFFFF00.- See Also:
- Mappings:
Namespace Name Mixin selector named YELLOWLnet/minecraft/util/Colors;YELLOW:Iintermediary field_46767Lnet/minecraft/class_8012;field_46767:Iofficial kLbea;k:I
-
LIGHT_YELLOW
public static final int LIGHT_YELLOWRepresents the color light yellow,0xFFFFFF55.- See Also:
- Mappings:
Namespace Name Mixin selector named LIGHT_YELLOWLnet/minecraft/util/Colors;LIGHT_YELLOW:Iintermediary field_46768Lnet/minecraft/class_8012;field_46768:Iofficial lLbea;l:I
-
PURPLE
public static final int PURPLERepresents the color purple,0xFF500050.- See Also:
- Mappings:
Namespace Name Mixin selector named PURPLELnet/minecraft/util/Colors;PURPLE:Iintermediary field_52393Lnet/minecraft/class_8012;field_52393:Iofficial mLbea;m:I
-
CYAN
public static final int CYANRepresents the color cyan,0xFF57FFE1.- See Also:
- Mappings:
Namespace Name Mixin selector named CYANLnet/minecraft/util/Colors;CYAN:Iintermediary field_54557Lnet/minecraft/class_8012;field_54557:Iofficial nLbea;n:I
-
LIGHT_PINK
public static final int LIGHT_PINKRepresents the color light pink,0xFFFFCCCC.- See Also:
- Mappings:
Namespace Name Mixin selector named LIGHT_PINKLnet/minecraft/util/Colors;LIGHT_PINK:Iintermediary field_60979Lnet/minecraft/class_8012;field_60979:Iofficial oLbea;o:I
-
-
Constructor Details
-
Colors
public Colors()
-