Enum Class DimensionType.class_12326

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

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

    • NONE

      public static final DimensionType.class_12326 NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/dimension/DimensionType$class_12326;NONE:Lnet/minecraft/world/dimension/DimensionType$class_12326;
      intermediary field_64385 Lnet/minecraft/class_2874$class_12326;field_64385:Lnet/minecraft/class_2874$class_12326;
      official a Leqz$c;a:Leqz$c;
    • OVERWORLD

      public static final DimensionType.class_12326 OVERWORLD
      Mappings:
      Namespace Name Mixin selector
      named OVERWORLD Lnet/minecraft/world/dimension/DimensionType$class_12326;OVERWORLD:Lnet/minecraft/world/dimension/DimensionType$class_12326;
      intermediary field_64386 Lnet/minecraft/class_2874$class_12326;field_64386:Lnet/minecraft/class_2874$class_12326;
      official b Leqz$c;b:Leqz$c;
    • END

      public static final DimensionType.class_12326 END
      Mappings:
      Namespace Name Mixin selector
      named END Lnet/minecraft/world/dimension/DimensionType$class_12326;END:Lnet/minecraft/world/dimension/DimensionType$class_12326;
      intermediary field_64387 Lnet/minecraft/class_2874$class_12326;field_64387:Lnet/minecraft/class_2874$class_12326;
      official c Leqz$c;c:Leqz$c;
  • Field Details

    • CODEC

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

      private final String field_64389
      Mappings:
      Namespace Name Mixin selector
      named field_64389 Lnet/minecraft/world/dimension/DimensionType$class_12326;field_64389:Ljava/lang/String;
      intermediary field_64389 Lnet/minecraft/class_2874$class_12326;field_64389:Ljava/lang/String;
      official e Leqz$c;e:Ljava/lang/String;
  • Constructor Details

    • class_12326

      private class_12326(String string)
  • Method Details

    • values

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