Enum Class RealmsMainScreen.LoadStatus

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

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

    • LOADING

      public static final RealmsMainScreen.LoadStatus LOADING
      Mappings:
      Namespace Name Mixin selector
      official a Lema$e;a:Lema$e;
      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$LoadStatus;LOADING:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
    • NO_REALMS

      public static final RealmsMainScreen.LoadStatus NO_REALMS
      Mappings:
      Namespace Name Mixin selector
      official b Lema$e;b:Lema$e;
      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$LoadStatus;NO_REALMS:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
    • LIST

      public static final RealmsMainScreen.LoadStatus LIST
      Mappings:
      Namespace Name Mixin selector
      official c Lema$e;c:Lema$e;
      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$LoadStatus;LIST:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$LoadStatus;
  • Constructor Details

    • LoadStatus

      private LoadStatus()
  • Method Details

    • values

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