Enum Class OceanRuinStructure.BiomeTemperature

java.lang.Object
java.lang.Enum<OceanRuinStructure.BiomeTemperature>
net.minecraft.world.gen.structure.OceanRuinStructure.BiomeTemperature
All Implemented Interfaces:
Serializable, Comparable<OceanRuinStructure.BiomeTemperature>, Constable, StringIdentifiable
Enclosing class:
OceanRuinStructure

public static enum OceanRuinStructure.BiomeTemperature extends Enum<OceanRuinStructure.BiomeTemperature> implements StringIdentifiable
Mappings:
Namespace Name
official dqu$a
intermediary net/minecraft/class_3411$class_3413
named net/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature
  • Enum Constant Details

    • WARM

      public static final OceanRuinStructure.BiomeTemperature WARM
      Mappings:
      Namespace Name Mixin selector
      official a Ldqu$a;a:Ldqu$a;
      intermediary field_14532 Lnet/minecraft/class_3411$class_3413;field_14532:Lnet/minecraft/class_3411$class_3413;
      named WARM Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;WARM:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
    • COLD

      public static final OceanRuinStructure.BiomeTemperature COLD
      Mappings:
      Namespace Name Mixin selector
      official b Ldqu$a;b:Ldqu$a;
      intermediary field_14528 Lnet/minecraft/class_3411$class_3413;field_14528:Lnet/minecraft/class_3411$class_3413;
      named COLD Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;COLD:Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      official c Ldqu$a;c:Lcom/mojang/serialization/Codec;
      intermediary field_24990 Lnet/minecraft/class_3411$class_3413;field_24990:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;CODEC:Lcom/mojang/serialization/Codec;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official d Ldqu$a;d:Ljava/lang/String;
      intermediary field_14529 Lnet/minecraft/class_3411$class_3413;field_14529:Ljava/lang/String;
      named name Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;name:Ljava/lang/String;
  • Constructor Details

    • BiomeTemperature

      private BiomeTemperature(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldqu$a;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3411$class_3413;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static OceanRuinStructure.BiomeTemperature[] 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 OceanRuinStructure.BiomeTemperature 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
    • getName

      public String getName()
      Mappings:
      Namespace Name Mixin selector
      official a Ldqu$a;a()Ljava/lang/String;
      intermediary method_14831 Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;
      named getName Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;getName()Ljava/lang/String;
    • 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
      official c Laor;c()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;