Package net.minecraft

Enum Class class_10597

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

public enum class_10597 extends Enum<class_10597> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/class_10597
intermediary net/minecraft/class_10597
official dyk
  • Enum Constant Details

    • UPROOTED

      public static final class_10597 UPROOTED
      Mappings:
      Namespace Name Mixin selector
      named UPROOTED Lnet/minecraft/class_10597;UPROOTED:Lnet/minecraft/class_10597;
      intermediary field_55831 Lnet/minecraft/class_10597;field_55831:Lnet/minecraft/class_10597;
      official a Ldyk;a:Ldyk;
    • DORMANT

      public static final class_10597 DORMANT
      Mappings:
      Namespace Name Mixin selector
      named DORMANT Lnet/minecraft/class_10597;DORMANT:Lnet/minecraft/class_10597;
      intermediary field_55832 Lnet/minecraft/class_10597;field_55832:Lnet/minecraft/class_10597;
      official b Ldyk;b:Ldyk;
    • AWAKE

      public static final class_10597 AWAKE
      Mappings:
      Namespace Name Mixin selector
      named AWAKE Lnet/minecraft/class_10597;AWAKE:Lnet/minecraft/class_10597;
      intermediary field_55833 Lnet/minecraft/class_10597;field_55833:Lnet/minecraft/class_10597;
      official c Ldyk;c:Ldyk;
  • Field Details

    • field_55834

      private final String field_55834
      Mappings:
      Namespace Name Mixin selector
      named field_55834 Lnet/minecraft/class_10597;field_55834:Ljava/lang/String;
      intermediary field_55834 Lnet/minecraft/class_10597;field_55834:Ljava/lang/String;
      official d Ldyk;d:Ljava/lang/String;
  • Constructor Details

    • class_10597

      private class_10597(String string)
  • Method Details

    • values

      public static class_10597[] 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_10597 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
    • toString

      public String toString()
      Overrides:
      toString in class Enum<class_10597>
    • 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 Lazv;c()Ljava/lang/String;