Enum Class RealmsPlayerScreen.PlayerOperation
java.lang.Object
java.lang.Enum<RealmsPlayerScreen.PlayerOperation>
net.minecraft.client.realms.gui.screen.RealmsPlayerScreen.PlayerOperation
- All Implemented Interfaces:
Serializable
,Comparable<RealmsPlayerScreen.PlayerOperation>
,Constable
- Enclosing class:
RealmsPlayerScreen
@Environment(CLIENT)
private static enum RealmsPlayerScreen.PlayerOperation
extends Enum<RealmsPlayerScreen.PlayerOperation>
- Mappings:
Namespace Name official ekf$c
intermediary net/minecraft/class_4406$class_5488
named net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation
-
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 TypeMethodDescriptionReturns the enum constant of this class with the specified name.static RealmsPlayerScreen.PlayerOperation[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
TOGGLE_OP
- Mappings:
Namespace Name Mixin selector official a
Lekf$c;a:Lekf$c;
intermediary field_26502
Lnet/minecraft/class_4406$class_5488;field_26502:Lnet/minecraft/class_4406$class_5488;
named TOGGLE_OP
Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;TOGGLE_OP:Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;
-
REMOVE
- Mappings:
Namespace Name Mixin selector official b
Lekf$c;b:Lekf$c;
intermediary field_26503
Lnet/minecraft/class_4406$class_5488;field_26503:Lnet/minecraft/class_4406$class_5488;
named REMOVE
Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;REMOVE:Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;
-
NONE
- Mappings:
Namespace Name Mixin selector official c
Lekf$c;c:Lekf$c;
intermediary field_26504
Lnet/minecraft/class_4406$class_5488;field_26504:Lnet/minecraft/class_4406$class_5488;
named NONE
Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;NONE:Lnet/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation;
-
-
Constructor Details
-
PlayerOperation
private PlayerOperation()
-
-
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
-