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 atjintermediary net/minecraft/class_8012named net/minecraft/util/Colors
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intRepresents the color black,0xFF000000.static final intRepresents the color gray,0xFF808080.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 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 official aLatj;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 bLatj;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,0xFF808080.- See Also:
- Mappings:
Namespace Name Mixin selector official cLatj;c:Iintermediary field_44941Lnet/minecraft/class_8012;field_44941:Inamed GRAYLnet/minecraft/util/Colors;GRAY:I
-
LIGHT_GRAY
public static final int LIGHT_GRAYRepresents the color light gray,0xFFA0A0A0.- See Also:
- Mappings:
Namespace Name Mixin selector official dLatj;d:Iintermediary field_45073Lnet/minecraft/class_8012;field_45073:Inamed LIGHT_GRAYLnet/minecraft/util/Colors;LIGHT_GRAY:I
-
RED
public static final int REDRepresents the color red,0xFFFF0000.- See Also:
- Mappings:
Namespace Name Mixin selector official eLatj;e:Iintermediary field_41758Lnet/minecraft/class_8012;field_41758:Inamed REDLnet/minecraft/util/Colors;RED:I
-
LIGHT_RED
public static final int LIGHT_REDRepresents the color light red,0xFFDF5050.- See Also:
- Mappings:
Namespace Name Mixin selector official fLatj;f:Iintermediary field_46652Lnet/minecraft/class_8012;field_46652:Inamed LIGHT_REDLnet/minecraft/util/Colors;LIGHT_RED:I
-
YELLOW
public static final int YELLOWRepresents the color yellow,0xFFFFFF00.- See Also:
- Mappings:
Namespace Name Mixin selector official gLatj;g:Iintermediary field_46767Lnet/minecraft/class_8012;field_46767:Inamed YELLOWLnet/minecraft/util/Colors;YELLOW:I
-
LIGHT_YELLOW
public static final int LIGHT_YELLOWRepresents the color light yellow,0xFFFFFF55.- See Also:
- Mappings:
Namespace Name Mixin selector official hLatj;h:Iintermediary field_46768Lnet/minecraft/class_8012;field_46768:Inamed LIGHT_YELLOWLnet/minecraft/util/Colors;LIGHT_YELLOW:I
-
-
Constructor Details
-
Colors
public Colors()
-