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
named net/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature
intermediary net/minecraft/class_3411$class_3413
official eme$a
  • Enum Constant Details

    • WARM

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

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

    • CODEC

      public static final com.mojang.serialization.Codec<OceanRuinStructure.BiomeTemperature> CODEC
      Mappings:
      Namespace Name Mixin selector
      named CODEC Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;CODEC:Lcom/mojang/serialization/Codec;
      intermediary field_24990 Lnet/minecraft/class_3411$class_3413;field_24990:Lcom/mojang/serialization/Codec;
      official c Leme$a;c:Lcom/mojang/serialization/Codec;
    • name

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

    • BiomeTemperature

      private BiomeTemperature(String name)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_3411$class_3413;<init>(Ljava/lang/String;ILjava/lang/String;)V
      official <init> Leme$a;<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
      named getName Lnet/minecraft/world/gen/structure/OceanRuinStructure$BiomeTemperature;getName()Ljava/lang/String;
      intermediary method_14831 Lnet/minecraft/class_3411$class_3413;method_14831()Ljava/lang/String;
      official a Leme$a;a()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
      named asString Lnet/minecraft/util/StringIdentifiable;asString()Ljava/lang/String;
      intermediary method_15434 Lnet/minecraft/class_3542;method_15434()Ljava/lang/String;
      official c Lazk;c()Ljava/lang/String;