Enum Class DimensionType.class_12325

java.lang.Object
java.lang.Enum<DimensionType.class_12325>
net.minecraft.world.dimension.DimensionType.class_12325
All Implemented Interfaces:
Serializable, Comparable<DimensionType.class_12325>, Constable, StringIdentifiable
Enclosing class:
DimensionType

public static enum DimensionType.class_12325 extends Enum<DimensionType.class_12325> implements StringIdentifiable
Mappings:
Namespace Name
named net/minecraft/world/dimension/DimensionType$class_12325
intermediary net/minecraft/class_2874$class_12325
official eqz$a
  • Enum Constant Details

    • DEFAULT

      public static final DimensionType.class_12325 DEFAULT
      Mappings:
      Namespace Name Mixin selector
      named DEFAULT Lnet/minecraft/world/dimension/DimensionType$class_12325;DEFAULT:Lnet/minecraft/world/dimension/DimensionType$class_12325;
      intermediary field_64380 Lnet/minecraft/class_2874$class_12325;field_64380:Lnet/minecraft/class_2874$class_12325;
      official a Leqz$a;a:Leqz$a;
    • NETHER

      public static final DimensionType.class_12325 NETHER
      Mappings:
      Namespace Name Mixin selector
      named NETHER Lnet/minecraft/world/dimension/DimensionType$class_12325;NETHER:Lnet/minecraft/world/dimension/DimensionType$class_12325;
      intermediary field_64381 Lnet/minecraft/class_2874$class_12325;field_64381:Lnet/minecraft/class_2874$class_12325;
      official b Leqz$a;b:Leqz$a;
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<DimensionType.class_12325> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/dimension/DimensionType$class_12325;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_64382 Lnet/minecraft/class_2874$class_12325;field_64382:Lcom/mojang/serialization/Codec;
      official c Leqz$a;c:Lcom/mojang/serialization/Codec;
    • field_64383

      private final String field_64383
      Mappings:
      Namespace Name Mixin selector
      named field_64383 Lnet/minecraft/world/dimension/DimensionType$class_12325;field_64383:Ljava/lang/String;
      intermediary field_64383 Lnet/minecraft/class_2874$class_12325;field_64383:Ljava/lang/String;
      official d Leqz$a;d:Ljava/lang/String;
  • Constructor Details

    • class_12325

      private class_12325(String string)
  • Method Details

    • values

      public static DimensionType.class_12325[] 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 DimensionType.class_12325 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;