Package net.minecraft.world.biome.layer
Enum Class EdgeLayer.class_4044
- All Implemented Interfaces:
Serializable,Comparable<EdgeLayer.class_4044>,Constable,class_4052,class_4057,class_4059,class_4060
- Enclosing class:
- EdgeLayer
- Mappings:
Namespace Name official bzq$bintermediary net/minecraft/class_1782$class_4044named net/minecraft/world/biome/layer/EdgeLayer$class_4044
-
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_17892(class_4040 class_4040, int int2, int int3, int int4, int int5, int int6) static EdgeLayer.class_4044Returns the enum constant of this class with the specified name.static EdgeLayer.class_4044[]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_4057
method_17882Methods inherited from interface net.minecraft.class_4059
method_17893
-
Enum Constant Details
-
field_19554
- Mappings:
Namespace Name Mixin selector official aLbzq$b;a:Lbzq$b;intermediary field_19554Lnet/minecraft/class_1782$class_4044;field_19554:Lnet/minecraft/class_1782$class_4044;named field_19554Lnet/minecraft/world/biome/layer/EdgeLayer$class_4044;field_19554:Lnet/minecraft/world/biome/layer/EdgeLayer$class_4044;
-
-
Constructor Details
-
class_4044
private class_4044()
-
-
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_17892
- Specified by:
method_17892in interfaceclass_4057- Mappings:
Namespace Name Mixin selector official aLcas;a(Lbzl;IIIII)Iintermediary method_17892Lnet/minecraft/class_4057;method_17892(Lnet/minecraft/class_4040;IIIII)Inamed method_17892Lnet/minecraft/class_4057;method_17892(Lnet/minecraft/class_4040;IIIII)I
-