Enum 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>
,java.lang.constant.Constable
- Enclosing class:
- RealmsMainScreen
@Environment(CLIENT) static enum RealmsMainScreen.HoverState extends Enum<RealmsMainScreen.HoverState>
- Mappings:
Namespace Name official dmb$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
Constructors Modifier Constructor Description private
HoverState()
-
Method Summary
Modifier and Type Method Description static RealmsMainScreen.HoverState
valueOf(String name)
Returns the enum constant of this type with the specified name.static RealmsMainScreen.HoverState[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
NONE
- Mappings:
Namespace Name Mixin selector official a
Ldmb$c;a:Ldmb$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
Ldmb$c;b:Ldmb$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
Ldmb$c;c:Ldmb$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
Ldmb$c;d:Ldmb$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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-