Enum Class ColorLogic

java.lang.Object
java.lang.Enum<ColorLogic>
net.minecraft.client.gl.ColorLogic
All Implemented Interfaces:
Serializable, Comparable<ColorLogic>, Constable

@Environment(CLIENT) public enum ColorLogic extends Enum<ColorLogic>
Mappings:
Namespace Name
named net/minecraft/client/gl/ColorLogic
intermediary net/minecraft/class_10879
official fke
  • Enum Constant Details

    • NONE

      public static final ColorLogic NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/client/gl/ColorLogic;NONE:Lnet/minecraft/client/gl/ColorLogic;
      intermediary field_57903 Lnet/minecraft/class_10879;field_57903:Lnet/minecraft/class_10879;
      official a Lfke;a:Lfke;
    • OR_REVERSE

      public static final ColorLogic OR_REVERSE
      Mappings:
      Namespace Name Mixin selector
      named OR_REVERSE Lnet/minecraft/client/gl/ColorLogic;OR_REVERSE:Lnet/minecraft/client/gl/ColorLogic;
      intermediary field_57904 Lnet/minecraft/class_10879;field_57904:Lnet/minecraft/class_10879;
      official b Lfke;b:Lfke;
  • Constructor Details

    • ColorLogic

      private ColorLogic()
  • Method Details

    • values

      public static ColorLogic[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static ColorLogic valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null