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 ur
intermediary net/minecraft/class_2899
named net/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket
  • Field Details

    • queryId

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

      private Identifier channel
      Mappings:
      Namespace Name Mixin selector
      official b Lur;b:Lwb;
      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 PacketByteBuf payload
      Mappings:
      Namespace Name Mixin selector
      official c Lur;c:Lnw;
      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()
  • Method Details

    • read

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ClientLoginPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official a Lpa;a(Lnw;)V
      intermediary method_11053 Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)V
      named read Lnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
    • write

      public void write​(PacketByteBuf buf) throws IOException
      Specified by:
      write in interface Packet<ClientLoginPacketListener>
      Throws:
      IOException
      Mappings:
      Namespace Name Mixin selector
      official b Lpa;b(Lnw;)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 Lur;a(Luq;)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

      @Environment(CLIENT) public int getQueryId()
      Mappings:
      Namespace Name Mixin selector
      official b Lur;b()I
      intermediary method_12592 Lnet/minecraft/class_2899;method_12592()I
      named getQueryId Lnet/minecraft/network/packet/s2c/login/LoginQueryRequestS2CPacket;getQueryId()I