Package net.minecraft.world.biome
Enum Class ExtremeHillsBiome.Type
- All Implemented Interfaces:
Serializable,Comparable<ExtremeHillsBiome.Type>,Constable
- Enclosing class:
- ExtremeHillsBiome
- Mappings:
Namespace Name official akn$aintermediary net/minecraft/class_1177$class_2710named net/minecraft/world/biome/ExtremeHillsBiome$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 ExtremeHillsBiome.TypeReturns the enum constant of this class with the specified name.static ExtremeHillsBiome.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 aLakn$a;a:Lakn$a;intermediary field_12530Lnet/minecraft/class_1177$class_2710;field_12530:Lnet/minecraft/class_1177$class_2710;named NORMALLnet/minecraft/world/biome/ExtremeHillsBiome$Type;NORMAL:Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;
-
EXTRA_TREES
- Mappings:
Namespace Name Mixin selector official bLakn$a;b:Lakn$a;intermediary field_12531Lnet/minecraft/class_1177$class_2710;field_12531:Lnet/minecraft/class_1177$class_2710;named EXTRA_TREESLnet/minecraft/world/biome/ExtremeHillsBiome$Type;EXTRA_TREES:Lnet/minecraft/world/biome/ExtremeHillsBiome$Type;
-
MUTATED
- Mappings:
Namespace Name Mixin selector official cLakn$a;c:Lakn$a;intermediary field_12532Lnet/minecraft/class_1177$class_2710;field_12532:Lnet/minecraft/class_1177$class_2710;named MUTATEDLnet/minecraft/world/biome/ExtremeHillsBiome$Type;MUTATED:Lnet/minecraft/world/biome/ExtremeHillsBiome$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
-