Enum Class DimensionType.Skybox

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

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

    • NONE

      public static final DimensionType.Skybox NONE
      Mappings:
      Namespace Name Mixin selector
      named NONE Lnet/minecraft/world/dimension/DimensionType$Skybox;NONE:Lnet/minecraft/world/dimension/DimensionType$Skybox;
      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.Skybox OVERWORLD
      Mappings:
      Namespace Name Mixin selector
      named OVERWORLD Lnet/minecraft/world/dimension/DimensionType$Skybox;OVERWORLD:Lnet/minecraft/world/dimension/DimensionType$Skybox;
      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.Skybox END
      Mappings:
      Namespace Name Mixin selector
      named END Lnet/minecraft/world/dimension/DimensionType$Skybox;END:Lnet/minecraft/world/dimension/DimensionType$Skybox;
      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.Skybox> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/dimension/DimensionType$Skybox;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;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      named name Lnet/minecraft/world/dimension/DimensionType$Skybox;name: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

    • Skybox

      private Skybox(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/dimension/DimensionType$Skybox;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_2874$class_12326;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Leqz$c;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

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