Class Colors

java.lang.Object
net.minecraft.util.Colors

public class Colors extends Object
Contains constants for commonly used colors in 0xAARRGGBB format.
Mappings:
Namespace Name
official atj
intermediary net/minecraft/class_8012
named net/minecraft/util/Colors
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Represents the color black, 0xFF000000.
    static final int
    Represents the color gray, 0xFF808080.
    static final int
    Represents the color light gray, 0xFFA0A0A0.
    static final int
    Represents the color light red, 0xFFDF5050.
    static final int
    Represents the color light yellow, 0xFFFFFF55.
    static final int
    Represents the color red, 0xFFFF0000.
    static final int
    Represents the color white, 0xFFFFFFFF.
    static final int
    Represents the color yellow, 0xFFFFFF00.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • WHITE

      public static final int WHITE
      Represents the color white, 0xFFFFFFFF.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Latj;a:I
      intermediary field_42973 Lnet/minecraft/class_8012;field_42973:I
      named WHITE Lnet/minecraft/util/Colors;WHITE:I
    • BLACK

      public static final int BLACK
      Represents the color black, 0xFF000000.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official b Latj;b:I
      intermediary field_42974 Lnet/minecraft/class_8012;field_42974:I
      named BLACK Lnet/minecraft/util/Colors;BLACK:I
    • GRAY

      public static final int GRAY
      Represents the color gray, 0xFF808080.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official c Latj;c:I
      intermediary field_44941 Lnet/minecraft/class_8012;field_44941:I
      named GRAY Lnet/minecraft/util/Colors;GRAY:I
    • LIGHT_GRAY

      public static final int LIGHT_GRAY
      Represents the color light gray, 0xFFA0A0A0.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official d Latj;d:I
      intermediary field_45073 Lnet/minecraft/class_8012;field_45073:I
      named LIGHT_GRAY Lnet/minecraft/util/Colors;LIGHT_GRAY:I
    • RED

      public static final int RED
      Represents the color red, 0xFFFF0000.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official e Latj;e:I
      intermediary field_41758 Lnet/minecraft/class_8012;field_41758:I
      named RED Lnet/minecraft/util/Colors;RED:I
    • LIGHT_RED

      public static final int LIGHT_RED
      Represents the color light red, 0xFFDF5050.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official f Latj;f:I
      intermediary field_46652 Lnet/minecraft/class_8012;field_46652:I
      named LIGHT_RED Lnet/minecraft/util/Colors;LIGHT_RED:I
    • YELLOW

      public static final int YELLOW
      Represents the color yellow, 0xFFFFFF00.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official g Latj;g:I
      intermediary field_46767 Lnet/minecraft/class_8012;field_46767:I
      named YELLOW Lnet/minecraft/util/Colors;YELLOW:I
    • LIGHT_YELLOW

      public static final int LIGHT_YELLOW
      Represents the color light yellow, 0xFFFFFF55.
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official h Latj;h:I
      intermediary field_46768 Lnet/minecraft/class_8012;field_46768:I
      named LIGHT_YELLOW Lnet/minecraft/util/Colors;LIGHT_YELLOW:I
  • Constructor Details

    • Colors

      public Colors()