Package net.minecraft

Enum Class class_11844.class_11845

java.lang.Object
java.lang.Enum<class_11844.class_11845>
net.minecraft.class_11844.class_11845
All Implemented Interfaces:
Serializable, Comparable<class_11844.class_11845>, Constable, StringIdentifiable
Enclosing class:
class_11844

public static enum class_11844.class_11845 extends Enum<class_11844.class_11845> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_11844$class_11845
intermediary net/minecraft/class_11844$class_11845
official avd$a
  • Enum Constant Details

    • INT

      public static final class_11844.class_11845 INT
      Mappings:
      Namespace Name Mixin selector
      named INT Lnet/minecraft/class_11844$class_11845;INT:Lnet/minecraft/class_11844$class_11845;
      intermediary field_62399 Lnet/minecraft/class_11844$class_11845;field_62399:Lnet/minecraft/class_11844$class_11845;
      official a Lavd$a;a:Lavd$a;
    • BOOL

      public static final class_11844.class_11845 BOOL
      Mappings:
      Namespace Name Mixin selector
      named BOOL Lnet/minecraft/class_11844$class_11845;BOOL:Lnet/minecraft/class_11844$class_11845;
      intermediary field_62400 Lnet/minecraft/class_11844$class_11845;field_62400:Lnet/minecraft/class_11844$class_11845;
      official b Lavd$a;b:Lavd$a;
  • Field Details

    • field_62401

      private final String field_62401
      Mappings:
      Namespace Name Mixin selector
      named field_62401 Lnet/minecraft/class_11844$class_11845;field_62401:Ljava/lang/String;
      intermediary field_62401 Lnet/minecraft/class_11844$class_11845;field_62401:Ljava/lang/String;
      official c Lavd$a;c:Ljava/lang/String;
  • Constructor Details

    • class_11845

      private class_11845(String string)
  • Method Details

    • values

      public static class_11844.class_11845[] 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_11844.class_11845 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
    • asString

      public String asString()
      Returns the unique string representation of the enum, used for serialization.
      Specified by:
      asString in interface StringIdentifiable
      Returns:
      the unique string representation of the enum, used for serialization
      Mappings:
      Namespace Name Mixin selector
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lbga;c()Ljava/lang/String;