Enum Class ClientLoginNetworkHandler.class_8798

java.lang.Object
java.lang.Enum<ClientLoginNetworkHandler.class_8798>
net.minecraft.client.network.ClientLoginNetworkHandler.class_8798
All Implemented Interfaces:
Serializable, Comparable<ClientLoginNetworkHandler.class_8798>, Constable
Enclosing class:
ClientLoginNetworkHandler

@Environment(CLIENT) private static enum ClientLoginNetworkHandler.class_8798 extends Enum<ClientLoginNetworkHandler.class_8798>
Mappings:
Namespace Name
official fiw$a
intermediary net/minecraft/class_635$class_8798
named net/minecraft/client/network/ClientLoginNetworkHandler$class_8798
  • Enum Constant Details

    • CONNECTING

      public static final ClientLoginNetworkHandler.class_8798 CONNECTING
      Mappings:
      Namespace Name Mixin selector
      official a Lfiw$a;a:Lfiw$a;
      intermediary field_46193 Lnet/minecraft/class_635$class_8798;field_46193:Lnet/minecraft/class_635$class_8798;
      named CONNECTING Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;CONNECTING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;
    • AUTHORIZING

      public static final ClientLoginNetworkHandler.class_8798 AUTHORIZING
      Mappings:
      Namespace Name Mixin selector
      official b Lfiw$a;b:Lfiw$a;
      intermediary field_46194 Lnet/minecraft/class_635$class_8798;field_46194:Lnet/minecraft/class_635$class_8798;
      named AUTHORIZING Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;AUTHORIZING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;
    • ENCRYPTING

      public static final ClientLoginNetworkHandler.class_8798 ENCRYPTING
      Mappings:
      Namespace Name Mixin selector
      official c Lfiw$a;c:Lfiw$a;
      intermediary field_46195 Lnet/minecraft/class_635$class_8798;field_46195:Lnet/minecraft/class_635$class_8798;
      named ENCRYPTING Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;ENCRYPTING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;
    • JOINING

      public static final ClientLoginNetworkHandler.class_8798 JOINING
      Mappings:
      Namespace Name Mixin selector
      official d Lfiw$a;d:Lfiw$a;
      intermediary field_46196 Lnet/minecraft/class_635$class_8798;field_46196:Lnet/minecraft/class_635$class_8798;
      named JOINING Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;JOINING:Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;
  • Field Details

    • field_46197

      final Text field_46197
      Mappings:
      Namespace Name Mixin selector
      official e Lfiw$a;e:Ltm;
      intermediary field_46197 Lnet/minecraft/class_635$class_8798;field_46197:Lnet/minecraft/class_2561;
      named field_46197 Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;field_46197:Lnet/minecraft/text/Text;
    • field_46198

      Mappings:
      Namespace Name Mixin selector
      official f Lfiw$a;f:Ljava/util/Set;
      intermediary field_46198 Lnet/minecraft/class_635$class_8798;field_46198:Ljava/util/Set;
      named field_46198 Lnet/minecraft/client/network/ClientLoginNetworkHandler$class_8798;field_46198:Ljava/util/Set;
  • Constructor Details

  • Method Details

    • values

      public static ClientLoginNetworkHandler.class_8798[] 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 ClientLoginNetworkHandler.class_8798 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