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 ehc$c
intermediary net/minecraft/class_4406$class_5488
named net/minecraft/client/realms/gui/screen/RealmsPlayerScreen$PlayerOperation
  • Enum Constant Details

    • TOGGLE_OP

      public static final RealmsPlayerScreen.PlayerOperation TOGGLE_OP
      Mappings:
      Namespace Name Mixin selector
      official a Lehc$c;a:Lehc$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

      public static final RealmsPlayerScreen.PlayerOperation REMOVE
      Mappings:
      Namespace Name Mixin selector
      official b Lehc$c;b:Lehc$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

      public static final RealmsPlayerScreen.PlayerOperation NONE
      Mappings:
      Namespace Name Mixin selector
      official c Lehc$c;c:Lehc$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

      public static RealmsPlayerScreen.PlayerOperation[] 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

      public static RealmsPlayerScreen.PlayerOperation valueOf(String name)
      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 name
      NullPointerException - if the argument is null