Enum Class VanillaBiomeParameters.Type
java.lang.Object
java.lang.Enum<VanillaBiomeParameters.Type>
net.minecraft.world.biome.source.util.VanillaBiomeParameters.Type
- All Implemented Interfaces:
Serializable
,Comparable<VanillaBiomeParameters.Type>
,Constable
- Enclosing class:
VanillaBiomeParameters
- Mappings:
Namespace Name official cnv$a
intermediary net/minecraft/class_6554$class_8166
named net/minecraft/world/biome/source/util/VanillaBiomeParameters$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 VanillaBiomeParameters.Type
Returns the enum constant of this class with the specified name.static VanillaBiomeParameters.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Lcnv$a;a:Lcnv$a;
intermediary field_42723
Lnet/minecraft/class_6554$class_8166;field_42723:Lnet/minecraft/class_6554$class_8166;
named NONE
Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$Type;NONE:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$Type;
-
UPDATE_1_20
- Mappings:
Namespace Name Mixin selector official b
Lcnv$a;b:Lcnv$a;
intermediary field_42724
Lnet/minecraft/class_6554$class_8166;field_42724:Lnet/minecraft/class_6554$class_8166;
named UPDATE_1_20
Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$Type;UPDATE_1_20:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$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
-