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$a
intermediary net/minecraft/class_8819$class_8820
named 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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic WorldLoadingState.Step
Returns 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 a
Lfny$a;a:Lfny$a;
intermediary field_46584
Lnet/minecraft/class_8819$class_8820;field_46584:Lnet/minecraft/class_8819$class_8820;
named WAITING_FOR_SERVER
Lnet/minecraft/client/network/WorldLoadingState$Step;WAITING_FOR_SERVER:Lnet/minecraft/client/network/WorldLoadingState$Step;
-
WAITING_FOR_PLAYER_CHUNK
- Mappings:
Namespace Name Mixin selector official b
Lfny$a;b:Lfny$a;
intermediary field_46585
Lnet/minecraft/class_8819$class_8820;field_46585:Lnet/minecraft/class_8819$class_8820;
named WAITING_FOR_PLAYER_CHUNK
Lnet/minecraft/client/network/WorldLoadingState$Step;WAITING_FOR_PLAYER_CHUNK:Lnet/minecraft/client/network/WorldLoadingState$Step;
-
LEVEL_READY
- Mappings:
Namespace Name Mixin selector official c
Lfny$a;c:Lfny$a;
intermediary field_46586
Lnet/minecraft/class_8819$class_8820;field_46586:Lnet/minecraft/class_8819$class_8820;
named LEVEL_READY
Lnet/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
-