Enum Class StructureTerrainAdaptation

java.lang.Object
java.lang.Enum<StructureTerrainAdaptation>
net.minecraft.world.gen.StructureTerrainAdaptation
All Implemented Interfaces:
Serializable, Comparable<StructureTerrainAdaptation>, Constable, StringIdentifiable

public enum StructureTerrainAdaptation extends Enum<StructureTerrainAdaptation> implements StringIdentifiable
Mappings:
Namespace Name
official dpa
intermediary net/minecraft/class_5847
named net/minecraft/world/gen/StructureTerrainAdaptation
  • Enum Constant Details

    • NONE

      public static final StructureTerrainAdaptation NONE
      Mappings:
      Namespace Name Mixin selector
      official a Ldpa;a:Ldpa;
      intermediary field_28922 Lnet/minecraft/class_5847;field_28922:Lnet/minecraft/class_5847;
      named NONE Lnet/minecraft/world/gen/StructureTerrainAdaptation;NONE:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
    • BURY

      public static final StructureTerrainAdaptation BURY
      Mappings:
      Namespace Name Mixin selector
      official b Ldpa;b:Ldpa;
      intermediary field_28923 Lnet/minecraft/class_5847;field_28923:Lnet/minecraft/class_5847;
      named BURY Lnet/minecraft/world/gen/StructureTerrainAdaptation;BURY:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
    • BEARD_THIN

      public static final StructureTerrainAdaptation BEARD_THIN
      Mappings:
      Namespace Name Mixin selector
      official c Ldpa;c:Ldpa;
      intermediary field_38431 Lnet/minecraft/class_5847;field_38431:Lnet/minecraft/class_5847;
      named BEARD_THIN Lnet/minecraft/world/gen/StructureTerrainAdaptation;BEARD_THIN:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
    • BEARD_BOX

      public static final StructureTerrainAdaptation BEARD_BOX
      Mappings:
      Namespace Name Mixin selector
      official d Ldpa;d:Ldpa;
      intermediary field_38432 Lnet/minecraft/class_5847;field_38432:Lnet/minecraft/class_5847;
      named BEARD_BOX Lnet/minecraft/world/gen/StructureTerrainAdaptation;BEARD_BOX:Lnet/minecraft/world/gen/StructureTerrainAdaptation;
  • Field Details

    • CODEC

      Mappings:
      Namespace Name Mixin selector
      official e Ldpa;e:Lcom/mojang/serialization/Codec;
      intermediary field_38433 Lnet/minecraft/class_5847;field_38433:Lcom/mojang/serialization/Codec;
      named CODEC Lnet/minecraft/world/gen/StructureTerrainAdaptation;CODEC:Lcom/mojang/serialization/Codec;
    • name

      private final String name
      Mappings:
      Namespace Name Mixin selector
      official f Ldpa;f:Ljava/lang/String;
      intermediary field_38434 Lnet/minecraft/class_5847;field_38434:Ljava/lang/String;
      named name Lnet/minecraft/world/gen/StructureTerrainAdaptation;name:Ljava/lang/String;
  • Constructor Details

    • StructureTerrainAdaptation

      private StructureTerrainAdaptation(String name)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldpa;<init>(Ljava/lang/String;ILjava/lang/String;)V
      intermediary <init> Lnet/minecraft/class_5847;<init>(Ljava/lang/String;ILjava/lang/String;)V
      named <init> Lnet/minecraft/world/gen/StructureTerrainAdaptation;<init>(Ljava/lang/String;ILjava/lang/String;)V
  • Method Details

    • values

      public static StructureTerrainAdaptation[] 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 StructureTerrainAdaptation 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
      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;