Package net.minecraft

Enum Class class_12319.class_12320

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

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

    • NORMAL

      public static final class_12319.class_12320 NORMAL
      Mappings:
      Namespace Name Mixin selector
      named NORMAL Lnet/minecraft/class_12319$class_12320;NORMAL:Lnet/minecraft/class_12319$class_12320;
      intermediary field_64365 Lnet/minecraft/class_12319$class_12320;field_64365:Lnet/minecraft/class_12319$class_12320;
      official a Lcus$a;a:Lcus$a;
    • WARM

      public static final class_12319.class_12320 WARM
      Mappings:
      Namespace Name Mixin selector
      named WARM Lnet/minecraft/class_12319$class_12320;WARM:Lnet/minecraft/class_12319$class_12320;
      intermediary field_64366 Lnet/minecraft/class_12319$class_12320;field_64366:Lnet/minecraft/class_12319$class_12320;
      official b Lcus$a;b:Lcus$a;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<class_12319.class_12320> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/class_12319$class_12320;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_64367 Lnet/minecraft/class_12319$class_12320;field_64367:Lcom/mojang/serialization/Codec;
      official c Lcus$a;c:Lcom/mojang/serialization/Codec;
    • field_64368

      private final String field_64368
      Mappings:
      Namespace Name Mixin selector
      named field_64368 Lnet/minecraft/class_12319$class_12320;field_64368:Ljava/lang/String;
      intermediary field_64368 Lnet/minecraft/class_12319$class_12320;field_64368:Ljava/lang/String;
      official d Lcus$a;d:Ljava/lang/String;
  • Constructor Details

    • class_12320

      private class_12320(String string)
  • Method Details

    • values

      public static class_12319.class_12320[] 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_12319.class_12320 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 Lbhg;c()Ljava/lang/String;