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$cintermediary net/minecraft/class_4325$class_5220named 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 privateHoverState() -
Method Summary
Modifier and Type Method Description static RealmsMainScreen.HoverStatevalueOf(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 aLdmb$c;a:Ldmb$c;intermediary field_24199Lnet/minecraft/class_4325$class_5220;field_24199:Lnet/minecraft/class_4325$class_5220;named NONELnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;NONE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
EXPIRED
- Mappings:
Namespace Name Mixin selector official bLdmb$c;b:Ldmb$c;intermediary field_24200Lnet/minecraft/class_4325$class_5220;field_24200:Lnet/minecraft/class_4325$class_5220;named EXPIREDLnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;EXPIRED:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
LEAVE
- Mappings:
Namespace Name Mixin selector official cLdmb$c;c:Ldmb$c;intermediary field_24201Lnet/minecraft/class_4325$class_5220;field_24201:Lnet/minecraft/class_4325$class_5220;named LEAVELnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;LEAVE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
-
CONFIGURE
- Mappings:
Namespace Name Mixin selector official dLdmb$c;d:Ldmb$c;intermediary field_24202Lnet/minecraft/class_4325$class_5220;field_24202:Lnet/minecraft/class_4325$class_5220;named CONFIGURELnet/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
-