Enum Class RealmsMainScreen.LoadStatus
java.lang.Object
java.lang.Enum<RealmsMainScreen.LoadStatus>
net.minecraft.client.realms.gui.screen.RealmsMainScreen.LoadStatus
- All Implemented Interfaces:
Serializable
,Comparable<RealmsMainScreen.LoadStatus>
,Constable
- Enclosing class:
RealmsMainScreen
@Environment(CLIENT)
private static enum RealmsMainScreen.LoadStatus
extends Enum<RealmsMainScreen.LoadStatus>
- Mappings:
Namespace Name official eqm$f
intermediary net/minecraft/class_4325$class_8650
named net/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus
-
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 RealmsMainScreen.LoadStatus
Returns the enum constant of this class with the specified name.static RealmsMainScreen.LoadStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
LOADING
- Mappings:
Namespace Name Mixin selector official a
Leqm$f;a:Leqm$f;
intermediary field_45223
Lnet/minecraft/class_4325$class_8650;field_45223:Lnet/minecraft/class_4325$class_8650;
named LOADING
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;LOADING:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
-
NO_REALMS
- Mappings:
Namespace Name Mixin selector official b
Leqm$f;b:Leqm$f;
intermediary field_45224
Lnet/minecraft/class_4325$class_8650;field_45224:Lnet/minecraft/class_4325$class_8650;
named NO_REALMS
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;NO_REALMS:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
-
LIST
- Mappings:
Namespace Name Mixin selector official c
Leqm$f;c:Leqm$f;
intermediary field_45225
Lnet/minecraft/class_4325$class_8650;field_45225:Lnet/minecraft/class_4325$class_8650;
named LIST
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;LIST:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
-
-
Constructor Details
-
LoadStatus
private LoadStatus()
-
-
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
-