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 named net/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus
intermediary net/minecraft/class_4325$class_8650
official fal$f
-
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 named LOADING
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;LOADING:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
intermediary field_45223
Lnet/minecraft/class_4325$class_8650;field_45223:Lnet/minecraft/class_4325$class_8650;
official a
Lfal$f;a:Lfal$f;
-
NO_REALMS
- Mappings:
Namespace Name Mixin selector named NO_REALMS
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;NO_REALMS:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
intermediary field_45224
Lnet/minecraft/class_4325$class_8650;field_45224:Lnet/minecraft/class_4325$class_8650;
official b
Lfal$f;b:Lfal$f;
-
LIST
- Mappings:
Namespace Name Mixin selector named LIST
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;LIST:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
intermediary field_45225
Lnet/minecraft/class_4325$class_8650;field_45225:Lnet/minecraft/class_4325$class_8650;
official c
Lfal$f;c:Lfal$f;
-
-
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
-