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 viintermediary net/minecraft/class_2937named net/minecraft/network/packet/c2s/query/QueryRequestC2SPacket
-
Constructor Summary
Constructors Constructor Description QueryRequestC2SPacket() -
Method Summary
Modifier and Type Method Description voidapply(ServerQueryPacketListener serverQueryPacketListener)voidread(PacketByteBuf buf)voidwrite(PacketByteBuf buf)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.Packet
isWritingErrorSkippable
-
Constructor Details
-
QueryRequestC2SPacket
public QueryRequestC2SPacket()
-
-
Method Details
-
read
- Specified by:
readin interfacePacket<ServerQueryPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLpa;a(Lnw;)Vintermediary method_11053Lnet/minecraft/class_2596;method_11053(Lnet/minecraft/class_2540;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/network/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerQueryPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLpa;b(Lnw;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
applyin interfacePacket<ServerQueryPacketListener>- Mappings:
Namespace Name Mixin selector official aLvi;a(Lvg;)Vintermediary method_12701Lnet/minecraft/class_2937;method_12701(Lnet/minecraft/class_2933;)Vnamed applyLnet/minecraft/network/packet/c2s/query/QueryRequestC2SPacket;apply(Lnet/minecraft/network/listener/ServerQueryPacketListener;)V
-