Enum Class RealmsMainScreen.class_8650

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

@Environment(CLIENT) private static enum RealmsMainScreen.class_8650 extends Enum<RealmsMainScreen.class_8650>
Mappings:
Namespace Name
official els$d
intermediary net/minecraft/class_4325$class_8650
named net/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650
  • Enum Constant Details

    • LOADING

      public static final RealmsMainScreen.class_8650 LOADING
      Mappings:
      Namespace Name Mixin selector
      official a Lels$d;a:Lels$d;
      intermediary field_45223 Lnet/minecraft/class_4325$class_8650;field_45223:Lnet/minecraft/class_4325$class_8650;
      named LOADING Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650;LOADING:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650;
    • NO_REALMS

      public static final RealmsMainScreen.class_8650 NO_REALMS
      Mappings:
      Namespace Name Mixin selector
      official b Lels$d;b:Lels$d;
      intermediary field_45224 Lnet/minecraft/class_4325$class_8650;field_45224:Lnet/minecraft/class_4325$class_8650;
      named NO_REALMS Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650;NO_REALMS:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650;
    • LIST

      public static final RealmsMainScreen.class_8650 LIST
      Mappings:
      Namespace Name Mixin selector
      official c Lels$d;c:Lels$d;
      intermediary field_45225 Lnet/minecraft/class_4325$class_8650;field_45225:Lnet/minecraft/class_4325$class_8650;
      named LIST Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650;LIST:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$class_8650;
  • Constructor Details

    • class_8650

      private class_8650()
  • Method Details

    • values

      public static RealmsMainScreen.class_8650[] 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 RealmsMainScreen.class_8650 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