Class QueryRequestC2SPacket

java.lang.Object
net.minecraft.network.packet.c2s.query.QueryRequestC2SPacket
All Implemented Interfaces:
Packet<ServerQueryPacketListener>

public class QueryRequestC2SPacket
extends Object
implements Packet<ServerQueryPacketListener>
Mappings:
Namespace Name
official vi
intermediary net/minecraft/class_2937
named net/minecraft/network/packet/c2s/query/QueryRequestC2SPacket
  • Constructor Details

    • QueryRequestC2SPacket

      public QueryRequestC2SPacket()
  • Method Details

    • read

      public void read​(PacketByteBuf buf) throws IOException
      Specified by:
      read in interface Packet<ServerQueryPacketListener>
      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<ServerQueryPacketListener>
      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​(ServerQueryPacketListener serverQueryPacketListener)
      Specified by:
      apply in interface Packet<ServerQueryPacketListener>
      Mappings:
      Namespace Name Mixin selector
      official a Lvi;a(Lvg;)V
      intermediary method_12701 Lnet/minecraft/class_2937;method_12701(Lnet/minecraft/class_2933;)V
      named apply Lnet/minecraft/network/packet/c2s/query/QueryRequestC2SPacket;apply(Lnet/minecraft/network/listener/ServerQueryPacketListener;)V