Enum ServerLoginNetworkHandler.State

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

static enum ServerLoginNetworkHandler.State
extends Enum<ServerLoginNetworkHandler.State>
Mappings:
Namespace Name
official lo$a
intermediary net/minecraft/class_1645$class_1646
named net/minecraft/server/network/ServerLoginNetworkHandler$State
  • Enum Constant Details

    • HELLO

      public static final ServerLoginNetworkHandler.State HELLO
      Mappings:
      Namespace Name Mixin selector
      official a Llo$a;a:Llo$a;
      intermediary field_6761 Lnet/minecraft/class_1645$class_1646;field_6761:Lnet/minecraft/class_1645$class_1646;
      named HELLO Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;HELLO:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
    • KEY

      public static final ServerLoginNetworkHandler.State KEY
      Mappings:
      Namespace Name Mixin selector
      official b Llo$a;b:Llo$a;
      intermediary field_6762 Lnet/minecraft/class_1645$class_1646;field_6762:Lnet/minecraft/class_1645$class_1646;
      named KEY Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;KEY:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
    • AUTHENTICATING

      public static final ServerLoginNetworkHandler.State AUTHENTICATING
      Mappings:
      Namespace Name Mixin selector
      official c Llo$a;c:Llo$a;
      intermediary field_6763 Lnet/minecraft/class_1645$class_1646;field_6763:Lnet/minecraft/class_1645$class_1646;
      named AUTHENTICATING Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;AUTHENTICATING:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
    • READY_TO_ACCEPT

      public static final ServerLoginNetworkHandler.State READY_TO_ACCEPT
      Mappings:
      Namespace Name Mixin selector
      official d Llo$a;d:Llo$a;
      intermediary field_6764 Lnet/minecraft/class_1645$class_1646;field_6764:Lnet/minecraft/class_1645$class_1646;
      named READY_TO_ACCEPT Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;READY_TO_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
    • DELAY_ACCEPT

      public static final ServerLoginNetworkHandler.State DELAY_ACCEPT
      Mappings:
      Namespace Name Mixin selector
      official e Llo$a;e:Llo$a;
      intermediary field_6765 Lnet/minecraft/class_1645$class_1646;field_6765:Lnet/minecraft/class_1645$class_1646;
      named DELAY_ACCEPT Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;DELAY_ACCEPT:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
    • ACCEPTED

      public static final ServerLoginNetworkHandler.State ACCEPTED
      Mappings:
      Namespace Name Mixin selector
      official f Llo$a;f:Llo$a;
      intermediary field_6766 Lnet/minecraft/class_1645$class_1646;field_6766:Lnet/minecraft/class_1645$class_1646;
      named ACCEPTED Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;ACCEPTED:Lnet/minecraft/server/network/ServerLoginNetworkHandler$State;
  • Constructor Details

    • State

      private State()
  • Method Details

    • values

      public static ServerLoginNetworkHandler.State[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ServerLoginNetworkHandler.State valueOf​(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null