Package net.minecraft.world.biome.layer
Enum Class class_69
- All Implemented Interfaces:
Serializable,Comparable<class_69>,Constable,class_4052,class_4056,class_4059,class_4060
- Mappings:
Namespace Name official bztintermediary net/minecraft/class_69named net/minecraft/world/biome/layer/class_69
-
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 TypeMethodDescriptionintmethod_17891(class_4040 class_4040, int int2) static class_69Returns the enum constant of this class with the specified name.static class_69[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface net.minecraft.class_4052
method_17883Methods inherited from interface net.minecraft.class_4056
method_17882Methods inherited from interface net.minecraft.class_4059
method_17893
-
Enum Constant Details
-
INSTANCE
- Mappings:
Namespace Name Mixin selector official aLbzt;a:Lbzt;intermediary field_19563Lnet/minecraft/class_69;field_19563:Lnet/minecraft/class_69;named INSTANCELnet/minecraft/world/biome/layer/class_69;INSTANCE:Lnet/minecraft/world/biome/layer/class_69;
-
-
Constructor Details
-
class_69
private class_69()
-
-
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
-
method_17891
- Specified by:
method_17891in interfaceclass_4056- Mappings:
Namespace Name Mixin selector official aLcar;a(Lbzl;I)Iintermediary method_17891Lnet/minecraft/class_4056;method_17891(Lnet/minecraft/class_4040;I)Inamed method_17891Lnet/minecraft/class_4056;method_17891(Lnet/minecraft/class_4040;I)I
-