Package net.minecraft.world
Enum Heightmap.class_1105
- All Implemented Interfaces:
Serializable,Comparable<Heightmap.class_1105>,java.lang.constant.Constable
- Enclosing class:
- Heightmap
@Environment(CLIENT) public static enum Heightmap.class_1105 extends Enum<Heightmap.class_1105>
- Mappings:
Namespace Name official bhn$bintermediary net/minecraft/class_1103$class_1105named net/minecraft/world/Heightmap$class_1105
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description field_4724field_4725 -
Constructor Summary
Constructors Modifier Constructor Description privateclass_1105() -
Method Summary
Modifier and Type Method Description static Heightmap.class_1105valueOf(String name)Returns the enum constant of this type with the specified name.static Heightmap.class_1105[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
field_4724
- Mappings:
Namespace Name Mixin selector official aLbhn$b;a:Lbhn$b;intermediary field_4724Lnet/minecraft/class_1103$class_1105;field_4724:Lnet/minecraft/class_1103$class_1105;named field_4724Lnet/minecraft/world/Heightmap$class_1105;field_4724:Lnet/minecraft/world/Heightmap$class_1105;
-
field_4725
- Mappings:
Namespace Name Mixin selector official bLbhn$b;b:Lbhn$b;intermediary field_4725Lnet/minecraft/class_1103$class_1105;field_4725:Lnet/minecraft/class_1103$class_1105;named field_4725Lnet/minecraft/world/Heightmap$class_1105;field_4725:Lnet/minecraft/world/Heightmap$class_1105;
-
-
Constructor Details
-
class_1105
private class_1105()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException- if the argument is null
-