Package net.minecraft.client.network
Enum Class WorldLoadingState.Step
- All Implemented Interfaces:
Serializable,Comparable<WorldLoadingState.Step>,Constable
- Enclosing class:
WorldLoadingState
@Environment(CLIENT)
private static enum WorldLoadingState.Step
extends Enum<WorldLoadingState.Step>
- Mappings:
Namespace Name official fny$aintermediary net/minecraft/class_8819$class_8820named net/minecraft/client/network/WorldLoadingState$Step
-
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 WorldLoadingState.StepReturns the enum constant of this class with the specified name.static WorldLoadingState.Step[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
WAITING_FOR_SERVER
- Mappings:
Namespace Name Mixin selector official aLfny$a;a:Lfny$a;intermediary field_46584Lnet/minecraft/class_8819$class_8820;field_46584:Lnet/minecraft/class_8819$class_8820;named WAITING_FOR_SERVERLnet/minecraft/client/network/WorldLoadingState$Step;WAITING_FOR_SERVER:Lnet/minecraft/client/network/WorldLoadingState$Step;
-
WAITING_FOR_PLAYER_CHUNK
- Mappings:
Namespace Name Mixin selector official bLfny$a;b:Lfny$a;intermediary field_46585Lnet/minecraft/class_8819$class_8820;field_46585:Lnet/minecraft/class_8819$class_8820;named WAITING_FOR_PLAYER_CHUNKLnet/minecraft/client/network/WorldLoadingState$Step;WAITING_FOR_PLAYER_CHUNK:Lnet/minecraft/client/network/WorldLoadingState$Step;
-
LEVEL_READY
- Mappings:
Namespace Name Mixin selector official cLfny$a;c:Lfny$a;intermediary field_46586Lnet/minecraft/class_8819$class_8820;field_46586:Lnet/minecraft/class_8819$class_8820;named LEVEL_READYLnet/minecraft/client/network/WorldLoadingState$Step;LEVEL_READY:Lnet/minecraft/client/network/WorldLoadingState$Step;
-
-
Constructor Details
-
Step
private Step()
-
-
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
-