Package net.minecraft.world.biome
Enum Class class_1784
- All Implemented Interfaces:
Serializable,Comparable<class_1784>,Constable
- Mappings:
Namespace Name official bonintermediary net/minecraft/class_1784named net/minecraft/world/biome/class_1784
-
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 class_1784Returns the enum constant of this class with the specified name.static class_1784[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
COOL_WARM
- Mappings:
Namespace Name Mixin selector official aLbon;a:Lbon;intermediary field_7593Lnet/minecraft/class_1784;field_7593:Lnet/minecraft/class_1784;named COOL_WARMLnet/minecraft/world/biome/class_1784;COOL_WARM:Lnet/minecraft/world/biome/class_1784;
-
HEAT_ICE
- Mappings:
Namespace Name Mixin selector official bLbon;b:Lbon;intermediary field_7594Lnet/minecraft/class_1784;field_7594:Lnet/minecraft/class_1784;named HEAT_ICELnet/minecraft/world/biome/class_1784;HEAT_ICE:Lnet/minecraft/world/biome/class_1784;
-
SPECIAL
- Mappings:
Namespace Name Mixin selector official cLbon;c:Lbon;intermediary field_7595Lnet/minecraft/class_1784;field_7595:Lnet/minecraft/class_1784;named SPECIALLnet/minecraft/world/biome/class_1784;SPECIAL:Lnet/minecraft/world/biome/class_1784;
-
-
Constructor Details
-
class_1784
private class_1784()
-
-
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
-