Enum Class ExtremeHillsBiome.Type

java.lang.Object
java.lang.Enum<ExtremeHillsBiome.Type>
net.minecraft.world.biome.ExtremeHillsBiome.Type
All Implemented Interfaces:
Serializable, Comparable<ExtremeHillsBiome.Type>, Constable
Enclosing class:
ExtremeHillsBiome

public static enum ExtremeHillsBiome.Type extends Enum<ExtremeHillsBiome.Type>
Mappings:
Namespace Name
official akn$a
intermediary net/minecraft/class_1177$class_2710
named net/minecraft/world/biome/ExtremeHillsBiome$Type
  • Enum Constant Details

    • NORMAL

      public static final ExtremeHillsBiome.Type NORMAL
      Mappings:
      Namespace Name Mixin selector
      official a Lakn$a;a:Lakn$a;
      intermediary field_12530 Lnet/minecraft/class_1177$class_2710;field_12530:Lnet/minecraft/class_1177$class_2710;
      named NORMAL Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;NORMAL:Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;
    • EXTRA_TREES

      public static final ExtremeHillsBiome.Type EXTRA_TREES
      Mappings:
      Namespace Name Mixin selector
      official b Lakn$a;b:Lakn$a;
      intermediary field_12531 Lnet/minecraft/class_1177$class_2710;field_12531:Lnet/minecraft/class_1177$class_2710;
      named EXTRA_TREES Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;EXTRA_TREES:Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;
    • MUTATED

      public static final ExtremeHillsBiome.Type MUTATED
      Mappings:
      Namespace Name Mixin selector
      official c Lakn$a;c:Lakn$a;
      intermediary field_12532 Lnet/minecraft/class_1177$class_2710;field_12532:Lnet/minecraft/class_1177$class_2710;
      named MUTATED Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;MUTATED:Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static ExtremeHillsBiome.Type[] 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 ExtremeHillsBiome.Type 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