Package net.minecraft.world.biome
Enum Class TaigaBiome.Type
- All Implemented Interfaces:
Serializable,Comparable<TaigaBiome.Type>,Constable
- Enclosing class:
- TaigaBiome
- Mappings:
Namespace Name official ale$aintermediary net/minecraft/class_1189$class_2714named net/minecraft/world/biome/TaigaBiome$Type
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TaigaBiome.TypeReturns the enum constant of this class with the specified name.static TaigaBiome.Type[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NORMAL
- Mappings:
Namespace Name Mixin selector official aLale$a;a:Lale$a;intermediary field_12549Lnet/minecraft/class_1189$class_2714;field_12549:Lnet/minecraft/class_1189$class_2714;named NORMALLnet/minecraft/world/biome/TaigaBiome$Type;NORMAL:Lnet/minecraft/world/biome/TaigaBiome$Type;
-
MEGA
- Mappings:
Namespace Name Mixin selector official bLale$a;b:Lale$a;intermediary field_12550Lnet/minecraft/class_1189$class_2714;field_12550:Lnet/minecraft/class_1189$class_2714;named MEGALnet/minecraft/world/biome/TaigaBiome$Type;MEGA:Lnet/minecraft/world/biome/TaigaBiome$Type;
-
MEGA_SPRUCE
- Mappings:
Namespace Name Mixin selector official cLale$a;c:Lale$a;intermediary field_12551Lnet/minecraft/class_1189$class_2714;field_12551:Lnet/minecraft/class_1189$class_2714;named MEGA_SPRUCELnet/minecraft/world/biome/TaigaBiome$Type;MEGA_SPRUCE:Lnet/minecraft/world/biome/TaigaBiome$Type;
-
-
Constructor Details
-
Type
private Type()
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-