Package net.minecraft.world
Enum Heightmap.RenderStatus
- All Implemented Interfaces:
Serializable,Comparable<Heightmap.RenderStatus>,java.lang.constant.Constable
- Enclosing class:
- Heightmap
@Environment(CLIENT) public static enum Heightmap.RenderStatus extends Enum<Heightmap.RenderStatus>
- Mappings:
Namespace Name official bhn$aintermediary net/minecraft/class_1103$class_1104named net/minecraft/world/Heightmap$RenderStatus
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
-
Constructor Summary
Constructors Modifier Constructor Description privateRenderStatus() -
Method Summary
Modifier and Type Method Description static Heightmap.RenderStatusvalueOf(String name)Returns the enum constant of this type with the specified name.static Heightmap.RenderStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
PENDING
- Mappings:
Namespace Name Mixin selector official aLbhn$a;a:Lbhn$a;intermediary field_4719Lnet/minecraft/class_1103$class_1104;field_4719:Lnet/minecraft/class_1103$class_1104;named PENDINGLnet/minecraft/world/Heightmap$RenderStatus;PENDING:Lnet/minecraft/world/Heightmap$RenderStatus;
-
COMPILING
- Mappings:
Namespace Name Mixin selector official bLbhn$a;b:Lbhn$a;intermediary field_4720Lnet/minecraft/class_1103$class_1104;field_4720:Lnet/minecraft/class_1103$class_1104;named COMPILINGLnet/minecraft/world/Heightmap$RenderStatus;COMPILING:Lnet/minecraft/world/Heightmap$RenderStatus;
-
UPLOADING
- Mappings:
Namespace Name Mixin selector official cLbhn$a;c:Lbhn$a;intermediary field_4721Lnet/minecraft/class_1103$class_1104;field_4721:Lnet/minecraft/class_1103$class_1104;named UPLOADINGLnet/minecraft/world/Heightmap$RenderStatus;UPLOADING:Lnet/minecraft/world/Heightmap$RenderStatus;
-
DONE
- Mappings:
Namespace Name Mixin selector official dLbhn$a;d:Lbhn$a;intermediary field_4722Lnet/minecraft/class_1103$class_1104;field_4722:Lnet/minecraft/class_1103$class_1104;named DONELnet/minecraft/world/Heightmap$RenderStatus;DONE:Lnet/minecraft/world/Heightmap$RenderStatus;
-
-
Constructor Details
-
RenderStatus
private RenderStatus()
-
-
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
-