Enum Class TaigaBiome.Type

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

public static enum TaigaBiome.Type extends Enum<TaigaBiome.Type>
Mappings:
Namespace Name
official ale$a
intermediary net/minecraft/class_1189$class_2714
named net/minecraft/world/biome/TaigaBiome$Type
  • Enum Constant Details

    • NORMAL

      public static final TaigaBiome.Type NORMAL
      Mappings:
      Namespace Name Mixin selector
      official a Lale$a;a:Lale$a;
      intermediary field_12549 Lnet/minecraft/class_1189$class_2714;field_12549:Lnet/minecraft/class_1189$class_2714;
      named NORMAL Lnet/minecraft/world/biome/TaigaBiome$Type;NORMAL:Lnet/minecraft/world/biome/TaigaBiome$Type;
    • MEGA

      public static final TaigaBiome.Type MEGA
      Mappings:
      Namespace Name Mixin selector
      official b Lale$a;b:Lale$a;
      intermediary field_12550 Lnet/minecraft/class_1189$class_2714;field_12550:Lnet/minecraft/class_1189$class_2714;
      named MEGA Lnet/minecraft/world/biome/TaigaBiome$Type;MEGA:Lnet/minecraft/world/biome/TaigaBiome$Type;
    • MEGA_SPRUCE

      public static final TaigaBiome.Type MEGA_SPRUCE
      Mappings:
      Namespace Name Mixin selector
      official c Lale$a;c:Lale$a;
      intermediary field_12551 Lnet/minecraft/class_1189$class_2714;field_12551:Lnet/minecraft/class_1189$class_2714;
      named MEGA_SPRUCE Lnet/minecraft/world/biome/TaigaBiome$Type;MEGA_SPRUCE:Lnet/minecraft/world/biome/TaigaBiome$Type;
  • Constructor Details

    • Type

      private Type()
  • Method Details

    • values

      public static TaigaBiome.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 TaigaBiome.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