Enum Class RealmsMainScreen.HoverState
java.lang.Object
java.lang.Enum<RealmsMainScreen.HoverState>
net.minecraft.client.realms.gui.screen.RealmsMainScreen.HoverState
- All Implemented Interfaces:
Serializable
,Comparable<RealmsMainScreen.HoverState>
,Constable
- Enclosing class:
RealmsMainScreen
@Environment(CLIENT)
private static enum RealmsMainScreen.HoverState
extends Enum<RealmsMainScreen.HoverState>
- Mappings:
Namespace Name official eba$c
intermediary net/minecraft/class_4325$class_5220
named net/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState
-
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.HoverState
Returns the enum constant of this class with the specified name.static RealmsMainScreen.HoverState[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Leba$c;a:Leba$c;
intermediary field_24199
Lnet/minecraft/class_4325$class_5220;field_24199:Lnet/minecraft/class_4325$class_5220;
named NONE
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;NONE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
EXPIRED
- Mappings:
Namespace Name Mixin selector official b
Leba$c;b:Leba$c;
intermediary field_24200
Lnet/minecraft/class_4325$class_5220;field_24200:Lnet/minecraft/class_4325$class_5220;
named EXPIRED
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;EXPIRED:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
LEAVE
- Mappings:
Namespace Name Mixin selector official c
Leba$c;c:Leba$c;
intermediary field_24201
Lnet/minecraft/class_4325$class_5220;field_24201:Lnet/minecraft/class_4325$class_5220;
named LEAVE
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;LEAVE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
CONFIGURE
- Mappings:
Namespace Name Mixin selector official d
Leba$c;d:Leba$c;
intermediary field_24202
Lnet/minecraft/class_4325$class_5220;field_24202:Lnet/minecraft/class_4325$class_5220;
named CONFIGURE
Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;CONFIGURE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
-
Constructor Details
-
HoverState
private HoverState()
-
-
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
-