Package net.minecraft.world.biome
Enum Class ForestBiome.Type
- All Implemented Interfaces:
Serializable,Comparable<ForestBiome.Type>,Constable
- Enclosing class:
- ForestBiome
- Mappings:
Namespace Name official akp$aintermediary net/minecraft/class_1179$class_2712named net/minecraft/world/biome/ForestBiome$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 ForestBiome.TypeReturns the enum constant of this class with the specified name.static ForestBiome.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 aLakp$a;a:Lakp$a;intermediary field_12536Lnet/minecraft/class_1179$class_2712;field_12536:Lnet/minecraft/class_1179$class_2712;named NORMALLnet/minecraft/world/biome/ForestBiome$Type;NORMAL:Lnet/minecraft/world/biome/ForestBiome$Type;
-
FLOWER
- Mappings:
Namespace Name Mixin selector official bLakp$a;b:Lakp$a;intermediary field_12537Lnet/minecraft/class_1179$class_2712;field_12537:Lnet/minecraft/class_1179$class_2712;named FLOWERLnet/minecraft/world/biome/ForestBiome$Type;FLOWER:Lnet/minecraft/world/biome/ForestBiome$Type;
-
BIRCH
- Mappings:
Namespace Name Mixin selector official cLakp$a;c:Lakp$a;intermediary field_12538Lnet/minecraft/class_1179$class_2712;field_12538:Lnet/minecraft/class_1179$class_2712;named BIRCHLnet/minecraft/world/biome/ForestBiome$Type;BIRCH:Lnet/minecraft/world/biome/ForestBiome$Type;
-
ROOFED
- Mappings:
Namespace Name Mixin selector official dLakp$a;d:Lakp$a;intermediary field_12539Lnet/minecraft/class_1179$class_2712;field_12539:Lnet/minecraft/class_1179$class_2712;named ROOFEDLnet/minecraft/world/biome/ForestBiome$Type;ROOFED:Lnet/minecraft/world/biome/ForestBiome$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
-