Enum Class ConnectionIntent

java.lang.Object
java.lang.Enum<ConnectionIntent>
net.minecraft.network.packet.c2s.handshake.ConnectionIntent
All Implemented Interfaces:
Serializable, Comparable<ConnectionIntent>, Constable

public enum ConnectionIntent extends Enum<ConnectionIntent>
Mappings:
Namespace Name
named net/minecraft/network/packet/c2s/handshake/ConnectionIntent
intermediary net/minecraft/class_8592
official aii
  • Enum Constant Details

    • STATUS

      public static final ConnectionIntent STATUS
      Mappings:
      Namespace Name Mixin selector
      named STATUS Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;STATUS:Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;
      intermediary field_44974 Lnet/minecraft/class_8592;field_44974:Lnet/minecraft/class_8592;
      official a Laii;a:Laii;
    • LOGIN

      public static final ConnectionIntent LOGIN
      Mappings:
      Namespace Name Mixin selector
      named LOGIN Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;LOGIN:Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;
      intermediary field_44975 Lnet/minecraft/class_8592;field_44975:Lnet/minecraft/class_8592;
      official b Laii;b:Laii;
    • TRANSFER

      public static final ConnectionIntent TRANSFER
      Mappings:
      Namespace Name Mixin selector
      named TRANSFER Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;TRANSFER:Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;
      intermediary field_48227 Lnet/minecraft/class_8592;field_48227:Lnet/minecraft/class_8592;
      official c Laii;c:Laii;
  • Field Details

    • STATUS_ID

      private static final int STATUS_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named STATUS_ID Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;STATUS_ID:I
      intermediary field_44976 Lnet/minecraft/class_8592;field_44976:I
      official d Laii;d:I
    • LOGIN_ID

      private static final int LOGIN_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named LOGIN_ID Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;LOGIN_ID:I
      intermediary field_44977 Lnet/minecraft/class_8592;field_44977:I
      official e Laii;e:I
    • TRANSFER_ID

      private static final int TRANSFER_ID
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named TRANSFER_ID Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;TRANSFER_ID:I
      intermediary field_48228 Lnet/minecraft/class_8592;field_48228:I
      official f Laii;f:I
  • Constructor Details

    • ConnectionIntent

      private ConnectionIntent()
  • Method Details

    • values

      public static ConnectionIntent[] 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 ConnectionIntent 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
    • byId

      public static ConnectionIntent byId(int id)
      Mappings:
      Namespace Name Mixin selector
      named byId Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;byId(I)Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;
      intermediary method_52284 Lnet/minecraft/class_8592;method_52284(I)Lnet/minecraft/class_8592;
      official a Laii;a(I)Laii;
    • getId

      public int getId()
      Mappings:
      Namespace Name Mixin selector
      named getId Lnet/minecraft/network/packet/c2s/handshake/ConnectionIntent;getId()I
      intermediary method_52283 Lnet/minecraft/class_8592;method_52283()I
      official a Laii;a()I