Class LoginQueryRequestS2CPacket

java.lang.Object
net.minecraft.network.packet.s2c.login.LoginQueryRequestS2CPacket
All Implemented Interfaces:
Packet<ClientLoginPacketListener>

public class LoginQueryRequestS2CPacket extends Object implements Packet<ClientLoginPacketListener>
Mappings:
Namespace Name
official aau
intermediary net/minecraft/class_2899
named net/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket
  • Field Details

    • MAX_PAYLOAD_SIZE

      private static final int MAX_PAYLOAD_SIZE
      See Also:
      Mappings:
      Namespace Name Mixin selector
      official a Laau;a:I
      intermediary field_33373 Lnet/minecraft/class_2899;field_33373:I
      named MAX_PAYLOAD_SIZE Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;MAX_PAYLOAD_SIZE:I
    • queryId

      private final int queryId
      Mappings:
      Namespace Name Mixin selector
      official b Laau;b:I
      intermediary field_13188 Lnet/minecraft/class_2899;field_13188:I
      named queryId Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;queryId:I
    • channel

      private final Identifier channel
      Mappings:
      Namespace Name Mixin selector
      official c Laau;c:Lacf;
      intermediary field_13187 Lnet/minecraft/class_2899;field_13187:Lnet/minecraft/class_2960;
      named channel Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;channel:Lnet/minecraft/util/Identifier;
    • payload

      private final PacketByteBuf payload
      Mappings:
      Namespace Name Mixin selector
      official d Laau;d:Lsd;
      intermediary field_13189 Lnet/minecraft/class_2899;field_13189:Lnet/minecraft/class_2540;
      named payload Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;payload:Lnet/minecraft/network/PacketByteBuf;
  • Constructor Details

    • LoginQueryRequestS2CPacket

      public LoginQueryRequestS2CPacket(int queryId, Identifier channel, PacketByteBuf payload)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laau;<init>(ILacf;Lsd;)V
      intermediary <init> Lnet/minecraft/class_2899;<init>(ILnet/minecraft/class_2960;Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(ILnet/minecraft/util/Identifier;Lnet/minecraft/network/PacketByteBuf;)V
    • LoginQueryRequestS2CPacket

      public LoginQueryRequestS2CPacket(PacketByteBuf buf)
      Mappings:
      Namespace Name Mixin selector
      official <init> Laau;<init>(Lsd;)V
      intermediary <init> Lnet/minecraft/class_2899;<init>(Lnet/minecraft/class_2540;)V
      named <init> Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
  • Method Details

    • write

      public void write(PacketByteBuf buf)
      Specified by:
      write in interface Packet<ClientLoginPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Luh;a(Lsd;)V
      intermediary method_11052 Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
      named write Lnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
    • apply

      public void apply(ClientLoginPacketListener clientLoginPacketListener)
      Specified by:
      apply in interface Packet<ClientLoginPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Laau;a(Laat;)V
      intermediary method_12591 Lnet/minecraft/class_2899;method_12591(Lnet/minecraft/class_2896;)V
      named apply Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;apply(Lnet/minecraft/network/listener/ClientLoginPacketListener;)V
    • getQueryId

      public int getQueryId()
      Mappings:
      Namespace Name Mixin selector
      official b Laau;b()I
      intermediary method_12592 Lnet/minecraft/class_2899;method_12592()I
      named getQueryId Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getQueryId()I
    • getChannel

      public Identifier getChannel()
      Mappings:
      Namespace Name Mixin selector
      official c Laau;c()Lacf;
      intermediary method_36176 Lnet/minecraft/class_2899;method_36176()Lnet/minecraft/class_2960;
      named getChannel Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getChannel()Lnet/minecraft/util/Identifier;
    • getPayload

      public PacketByteBuf getPayload()
      Mappings:
      Namespace Name Mixin selector
      official d Laau;d()Lsd;
      intermediary method_36177 Lnet/minecraft/class_2899;method_36177()Lnet/minecraft/class_2540;
      named getPayload Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getPayload()Lnet/minecraft/network/PacketByteBuf;