Package net.minecraft

Enum Class class_10798

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

@Environment(CLIENT) public enum class_10798 extends Enum<class_10798>
Mappings:
Namespace Name
named net/minecraft/class_10798
intermediary net/minecraft/class_10798
official gpx
  • Enum Constant Details

    • NO_DEPTH_TEST

      public static final class_10798 NO_DEPTH_TEST
      Mappings:
      Namespace Name Mixin selector
      named NO_DEPTH_TEST Lnet/minecraft/class_10798;NO_DEPTH_TEST:Lnet/minecraft/class_10798;
      intermediary field_56806 Lnet/minecraft/class_10798;field_56806:Lnet/minecraft/class_10798;
      official a Lgpx;a:Lgpx;
    • EQUAL_DEPTH_TEST

      public static final class_10798 EQUAL_DEPTH_TEST
      Mappings:
      Namespace Name Mixin selector
      named EQUAL_DEPTH_TEST Lnet/minecraft/class_10798;EQUAL_DEPTH_TEST:Lnet/minecraft/class_10798;
      intermediary field_56807 Lnet/minecraft/class_10798;field_56807:Lnet/minecraft/class_10798;
      official b Lgpx;b:Lgpx;
    • LEQUAL_DEPTH_TEST

      public static final class_10798 LEQUAL_DEPTH_TEST
      Mappings:
      Namespace Name Mixin selector
      named LEQUAL_DEPTH_TEST Lnet/minecraft/class_10798;LEQUAL_DEPTH_TEST:Lnet/minecraft/class_10798;
      intermediary field_56808 Lnet/minecraft/class_10798;field_56808:Lnet/minecraft/class_10798;
      official c Lgpx;c:Lgpx;
    • GREATER_DEPTH_TEST

      public static final class_10798 GREATER_DEPTH_TEST
      Mappings:
      Namespace Name Mixin selector
      named GREATER_DEPTH_TEST Lnet/minecraft/class_10798;GREATER_DEPTH_TEST:Lnet/minecraft/class_10798;
      intermediary field_56809 Lnet/minecraft/class_10798;field_56809:Lnet/minecraft/class_10798;
      official d Lgpx;d:Lgpx;
  • Constructor Details

    • class_10798

      private class_10798()
  • Method Details

    • values

      public static class_10798[] 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 class_10798 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