Package net.minecraft.world.chunk
Enum Class ChunkLoadProgress.Stage
- All Implemented Interfaces:
Serializable,Comparable<ChunkLoadProgress.Stage>,Constable
- Enclosing interface:
ChunkLoadProgress
- Mappings:
Namespace Name named net/minecraft/world/chunk/ChunkLoadProgress$Stageintermediary net/minecraft/class_11545$class_11546official axr$a
-
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 ChunkLoadProgress.StageReturns the enum constant of this class with the specified name.static ChunkLoadProgress.Stage[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
START_SERVER
- Mappings:
Namespace Name Mixin selector named START_SERVERLnet/minecraft/world/chunk/ChunkLoadProgress$Stage;START_SERVER:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;intermediary field_61105Lnet/minecraft/class_11545$class_11546;field_61105:Lnet/minecraft/class_11545$class_11546;official aLaxr$a;a:Laxr$a;
-
PREPARE_GLOBAL_SPAWN
- Mappings:
Namespace Name Mixin selector named PREPARE_GLOBAL_SPAWNLnet/minecraft/world/chunk/ChunkLoadProgress$Stage;PREPARE_GLOBAL_SPAWN:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;intermediary field_61106Lnet/minecraft/class_11545$class_11546;field_61106:Lnet/minecraft/class_11545$class_11546;official bLaxr$a;b:Laxr$a;
-
LOAD_INITIAL_CHUNKS
- Mappings:
Namespace Name Mixin selector named LOAD_INITIAL_CHUNKSLnet/minecraft/world/chunk/ChunkLoadProgress$Stage;LOAD_INITIAL_CHUNKS:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;intermediary field_61107Lnet/minecraft/class_11545$class_11546;field_61107:Lnet/minecraft/class_11545$class_11546;official cLaxr$a;c:Laxr$a;
-
LOAD_PLAYER_CHUNKS
- Mappings:
Namespace Name Mixin selector named LOAD_PLAYER_CHUNKSLnet/minecraft/world/chunk/ChunkLoadProgress$Stage;LOAD_PLAYER_CHUNKS:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;intermediary field_61108Lnet/minecraft/class_11545$class_11546;field_61108:Lnet/minecraft/class_11545$class_11546;official dLaxr$a;d:Laxr$a;
-
-
Constructor Details
-
Stage
private Stage()
-
-
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
-