Enum Class RealmsMainScreen.HoverState

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

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

    • NONE

      public static final RealmsMainScreen.HoverState NONE
      Mappings:
      Namespace Name Mixin selector
      official a Leen$c;a:Leen$c;
      intermediary field_24199 Lnet/minecraft/class_4325$class_5220;field_24199:Lnet/minecraft/class_4325$class_5220;
      named NONE Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;NONE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
    • EXPIRED

      public static final RealmsMainScreen.HoverState EXPIRED
      Mappings:
      Namespace Name Mixin selector
      official b Leen$c;b:Leen$c;
      intermediary field_24200 Lnet/minecraft/class_4325$class_5220;field_24200:Lnet/minecraft/class_4325$class_5220;
      named EXPIRED Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;EXPIRED:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
    • LEAVE

      public static final RealmsMainScreen.HoverState LEAVE
      Mappings:
      Namespace Name Mixin selector
      official c Leen$c;c:Leen$c;
      intermediary field_24201 Lnet/minecraft/class_4325$class_5220;field_24201:Lnet/minecraft/class_4325$class_5220;
      named LEAVE Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;LEAVE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
    • CONFIGURE

      public static final RealmsMainScreen.HoverState CONFIGURE
      Mappings:
      Namespace Name Mixin selector
      official d Leen$c;d:Leen$c;
      intermediary field_24202 Lnet/minecraft/class_4325$class_5220;field_24202:Lnet/minecraft/class_4325$class_5220;
      named CONFIGURE Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;CONFIGURE:Lnet/minecraft/client/realms/gui/screen/RealmsMainScreen$HoverState;
  • Constructor Details

    • HoverState

      private HoverState()
  • Method Details

    • values

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