Enum Class ServerLoginNetworkHandler.State

java.lang.Object
java.lang.Enum<ServerLoginNetworkHandler.State>
net.minecraft.server.network.ServerLoginNetworkHandler.State
All Implemented Interfaces:
Serializable, Comparable<ServerLoginNetworkHandler.State>, Constable
Enclosing class:
ServerLoginNetworkHandler

private static enum ServerLoginNetworkHandler.State extends Enum<ServerLoginNetworkHandler.State>
Mappings:
Namespace Name
named net/minecraft/server/network/ServerLoginNetworkHandler$State
intermediary net/minecraft/class_3248$class_3249
official arw$a
  • Enum Constant Details

    • HELLO

      public static final ServerLoginNetworkHandler.State HELLO
      Mappings:
      Namespace Name Mixin selector
      named HELLO Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;HELLO:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_14170 Lnet/minecraft/class_3248$class_3249;field_14170:Lnet/minecraft/class_3248$class_3249;
      official a Larw$a;a:Larw$a;
    • KEY

      public static final ServerLoginNetworkHandler.State KEY
      Mappings:
      Namespace Name Mixin selector
      named KEY Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;KEY:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_14175 Lnet/minecraft/class_3248$class_3249;field_14175:Lnet/minecraft/class_3248$class_3249;
      official b Larw$a;b:Larw$a;
    • AUTHENTICATING

      public static final ServerLoginNetworkHandler.State AUTHENTICATING
      Mappings:
      Namespace Name Mixin selector
      named AUTHENTICATING Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;AUTHENTICATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_14169 Lnet/minecraft/class_3248$class_3249;field_14169:Lnet/minecraft/class_3248$class_3249;
      official c Larw$a;c:Larw$a;
    • NEGOTIATING

      public static final ServerLoginNetworkHandler.State NEGOTIATING
      Mappings:
      Namespace Name Mixin selector
      named NEGOTIATING Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;NEGOTIATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_14173 Lnet/minecraft/class_3248$class_3249;field_14173:Lnet/minecraft/class_3248$class_3249;
      official d Larw$a;d:Larw$a;
    • VERIFYING

      public static final ServerLoginNetworkHandler.State VERIFYING
      Mappings:
      Namespace Name Mixin selector
      named VERIFYING Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;VERIFYING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_45030 Lnet/minecraft/class_3248$class_3249;field_45030:Lnet/minecraft/class_3248$class_3249;
      official e Larw$a;e:Larw$a;
    • WAITING_FOR_DUPE_DISCONNECT

      public static final ServerLoginNetworkHandler.State WAITING_FOR_DUPE_DISCONNECT
      Mappings:
      Namespace Name Mixin selector
      named WAITING_FOR_DUPE_DISCONNECT Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;WAITING_FOR_DUPE_DISCONNECT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_45031 Lnet/minecraft/class_3248$class_3249;field_45031:Lnet/minecraft/class_3248$class_3249;
      official f Larw$a;f:Larw$a;
    • PROTOCOL_SWITCHING

      public static final ServerLoginNetworkHandler.State PROTOCOL_SWITCHING
      Mappings:
      Namespace Name Mixin selector
      named PROTOCOL_SWITCHING Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;PROTOCOL_SWITCHING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_45032 Lnet/minecraft/class_3248$class_3249;field_45032:Lnet/minecraft/class_3248$class_3249;
      official g Larw$a;g:Larw$a;
    • ACCEPTED

      public static final ServerLoginNetworkHandler.State ACCEPTED
      Mappings:
      Namespace Name Mixin selector
      named ACCEPTED Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;ACCEPTED:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
      intermediary field_14172 Lnet/minecraft/class_3248$class_3249;field_14172:Lnet/minecraft/class_3248$class_3249;
      official h Larw$a;h:Larw$a;
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static ServerLoginNetworkHandler.State[] 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 ServerLoginNetworkHandler.State 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