Enum Class RealmsWorldSlotButton.Action

java.lang.Object
java.lang.Enum<RealmsWorldSlotButton.Action>
net.minecraft.client.realms.gui.RealmsWorldSlotButton.Action
All Implemented Interfaces:
Serializable, Comparable<RealmsWorldSlotButton.Action>, Constable
Enclosing class:
RealmsWorldSlotButton

@Environment(CLIENT) public static enum RealmsWorldSlotButton.Action extends Enum<RealmsWorldSlotButton.Action>
Mappings:
Namespace Name
named net/minecraft/client/realms/gui/RealmsWorldSlotButton$Action
intermediary net/minecraft/class_4367$class_4368
official fcj$a
  • Enum Constant Details

    • NOTHING

      public static final RealmsWorldSlotButton.Action NOTHING
      Mappings:
      Namespace Name Mixin selector
      named NOTHING Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;NOTHING:Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;
      intermediary field_19678 Lnet/minecraft/class_4367$class_4368;field_19678:Lnet/minecraft/class_4367$class_4368;
      official a Lfcj$a;a:Lfcj$a;
    • SWITCH_SLOT

      public static final RealmsWorldSlotButton.Action SWITCH_SLOT
      Mappings:
      Namespace Name Mixin selector
      named SWITCH_SLOT Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;SWITCH_SLOT:Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;
      intermediary field_19679 Lnet/minecraft/class_4367$class_4368;field_19679:Lnet/minecraft/class_4367$class_4368;
      official b Lfcj$a;b:Lfcj$a;
    • JOIN

      public static final RealmsWorldSlotButton.Action JOIN
      Mappings:
      Namespace Name Mixin selector
      named JOIN Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;JOIN:Lnet/minecraft/client/realms/gui/RealmsWorldSlotButton$Action;
      intermediary field_19680 Lnet/minecraft/class_4367$class_4368;field_19680:Lnet/minecraft/class_4367$class_4368;
      official c Lfcj$a;c:Lfcj$a;
  • Constructor Details

    • Action

      private Action()
  • Method Details

    • values

      public static RealmsWorldSlotButton.Action[] 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 RealmsWorldSlotButton.Action 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