Enum Class DestFactor

java.lang.Object
java.lang.Enum<DestFactor>
com.mojang.blaze3d.platform.DestFactor
All Implemented Interfaces:
Serializable, Comparable<DestFactor>, Constable

@Environment(CLIENT) public enum DestFactor extends Enum<DestFactor>
  • Enum Constant Details Link icon

    • CONSTANT_ALPHA Link icon

      public static final DestFactor CONSTANT_ALPHA
    • CONSTANT_COLOR Link icon

      public static final DestFactor CONSTANT_COLOR
    • DST_ALPHA Link icon

      public static final DestFactor DST_ALPHA
    • DST_COLOR Link icon

      public static final DestFactor DST_COLOR
    • ONE Link icon

      public static final DestFactor ONE
    • ONE_MINUS_CONSTANT_ALPHA Link icon

      public static final DestFactor ONE_MINUS_CONSTANT_ALPHA
    • ONE_MINUS_CONSTANT_COLOR Link icon

      public static final DestFactor ONE_MINUS_CONSTANT_COLOR
    • ONE_MINUS_DST_ALPHA Link icon

      public static final DestFactor ONE_MINUS_DST_ALPHA
    • ONE_MINUS_DST_COLOR Link icon

      public static final DestFactor ONE_MINUS_DST_COLOR
    • ONE_MINUS_SRC_ALPHA Link icon

      public static final DestFactor ONE_MINUS_SRC_ALPHA
    • ONE_MINUS_SRC_COLOR Link icon

      public static final DestFactor ONE_MINUS_SRC_COLOR
    • SRC_ALPHA Link icon

      public static final DestFactor SRC_ALPHA
    • SRC_COLOR Link icon

      public static final DestFactor SRC_COLOR
    • ZERO Link icon

      public static final DestFactor ZERO
  • Constructor Details Link icon

    • DestFactor Link icon

      private DestFactor()
  • Method Details Link icon

    • values Link icon

      public static DestFactor[] 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 Link icon

      public static DestFactor 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