Package net.minecraft

Enum Class class_2114

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

enum class_2114 extends Enum<class_2114>
Mappings:
Namespace Name
official rt
intermediary net/minecraft/class_2114
named net/minecraft/class_2114
  • Enum Constant Details

    • field_8963

      public static final class_2114 field_8963
      Mappings:
      Namespace Name Mixin selector
      official a Lrt;a:Lrt;
      intermediary field_8963 Lnet/minecraft/class_2114;field_8963:Lnet/minecraft/class_2114;
      named field_8963 Lnet/minecraft/class_2114;field_8963:Lnet/minecraft/class_2114;
    • field_8964

      public static final class_2114 field_8964
      Mappings:
      Namespace Name Mixin selector
      official b Lrt;b:Lrt;
      intermediary field_8964 Lnet/minecraft/class_2114;field_8964:Lnet/minecraft/class_2114;
      named field_8964 Lnet/minecraft/class_2114;field_8964:Lnet/minecraft/class_2114;
    • field_8965

      public static final class_2114 field_8965
      Mappings:
      Namespace Name Mixin selector
      official c Lrt;c:Lrt;
      intermediary field_8965 Lnet/minecraft/class_2114;field_8965:Lnet/minecraft/class_2114;
      named field_8965 Lnet/minecraft/class_2114;field_8965:Lnet/minecraft/class_2114;
    • field_8966

      public static final class_2114 field_8966
      Mappings:
      Namespace Name Mixin selector
      official d Lrt;d:Lrt;
      intermediary field_8966 Lnet/minecraft/class_2114;field_8966:Lnet/minecraft/class_2114;
      named field_8966 Lnet/minecraft/class_2114;field_8966:Lnet/minecraft/class_2114;
    • field_8967

      public static final class_2114 field_8967
      Mappings:
      Namespace Name Mixin selector
      official e Lrt;e:Lrt;
      intermediary field_8967 Lnet/minecraft/class_2114;field_8967:Lnet/minecraft/class_2114;
      named field_8967 Lnet/minecraft/class_2114;field_8967:Lnet/minecraft/class_2114;
  • Constructor Details

    • class_2114

      private class_2114()
  • Method Details

    • values

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