Enum Class VanillaBiomeParameters.EnabledFeatures
java.lang.Object
java.lang.Enum<VanillaBiomeParameters.EnabledFeatures>
net.minecraft.world.biome.source.util.VanillaBiomeParameters.EnabledFeatures
- All Implemented Interfaces:
Serializable
,Comparable<VanillaBiomeParameters.EnabledFeatures>
,Constable
- Enclosing class:
VanillaBiomeParameters
public static enum VanillaBiomeParameters.EnabledFeatures
extends Enum<VanillaBiomeParameters.EnabledFeatures>
- Mappings:
Namespace Name named net/minecraft/world/biome/source/util/VanillaBiomeParameters$EnabledFeatures
intermediary net/minecraft/class_6554$class_10317
official diz$a
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.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 named NONE
Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$EnabledFeatures;NONE:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$EnabledFeatures;
intermediary field_54709
Lnet/minecraft/class_6554$class_10317;field_54709:Lnet/minecraft/class_6554$class_10317;
official a
Ldiz$a;a:Ldiz$a;
-
WINTER_DROP
- Mappings:
Namespace Name Mixin selector named WINTER_DROP
Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$EnabledFeatures;WINTER_DROP:Lnet/minecraft/world/biome/source/util/VanillaBiomeParameters$EnabledFeatures;
intermediary field_54710
Lnet/minecraft/class_6554$class_10317;field_54710:Lnet/minecraft/class_6554$class_10317;
official b
Ldiz$a;b:Ldiz$a;
-
-
Constructor Details
-
EnabledFeatures
private EnabledFeatures()
-
-
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
-