Enum 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>
,java.lang.constant.Constable
- Enclosing class:
- RealmsPlayerScreen
@Environment(CLIENT) static enum RealmsPlayerScreen.PlayerOperation extends Enum<RealmsPlayerScreen.PlayerOperation>
- Mappings:
Namespace Name official doi$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
Constructors Modifier Constructor Description private
PlayerOperation()
-
Method Summary
Modifier and Type Method Description static RealmsPlayerScreen.PlayerOperation
valueOf(String name)
Returns the enum constant of this type with the specified name.static RealmsPlayerScreen.PlayerOperation[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
TOGGLE_OP
- Mappings:
Namespace Name Mixin selector official a
Ldoi$c;a:Ldoi$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
Ldoi$c;b:Ldoi$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
Ldoi$c;c:Ldoi$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 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
-