Class QueryPingC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.query.QueryPingC2SPacket
- All Implemented Interfaces:
Packet<class_8740>
- Mappings:
Namespace Name official adw
intermediary net/minecraft/class_2935
named net/minecraft/network/packet/c2s/query/QueryPingC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
apply
(class_8740 class_8740) long
void
write
(PacketByteBuf buf) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.network.packet.Packet
getNewNetworkState, isWritingErrorSkippable
-
Field Details
-
startTime
private final long startTime- Mappings:
Namespace Name Mixin selector official a
Ladw;a:J
intermediary field_13292
Lnet/minecraft/class_2935;field_13292:J
named startTime
Lnet/minecraft/network/packet/c2s/query/QueryPingC2SPacket;startTime:J
-
-
Constructor Details
-
QueryPingC2SPacket
public QueryPingC2SPacket(long startTime) - Mappings:
Namespace Name Mixin selector official <init>
Ladw;<init>(J)V
intermediary <init>
Lnet/minecraft/class_2935;<init>(J)V
named <init>
Lnet/minecraft/network/packet/c2s/query/QueryPingC2SPacket;<init>(J)V
-
QueryPingC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>
Ladw;<init>(Lsi;)V
intermediary <init>
Lnet/minecraft/class_2935;<init>(Lnet/minecraft/class_2540;)V
named <init>
Lnet/minecraft/network/packet/c2s/query/QueryPingC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
write
- Specified by:
write
in interfacePacket<class_8740>
- Mappings:
Namespace Name Mixin selector official a
Lux;a(Lsi;)V
intermediary method_11052
Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)V
named write
Lnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
apply
- Specified by:
apply
in interfacePacket<class_8740>
- Mappings:
Namespace Name Mixin selector official a
Ladw;a(Laay;)V
intermediary method_12699
Lnet/minecraft/class_2935;method_12699(Lnet/minecraft/class_8740;)V
named apply
Lnet/minecraft/network/packet/c2s/query/QueryPingC2SPacket;apply(Lnet/minecraft/class_8740;)V
-
getStartTime
public long getStartTime()- Mappings:
Namespace Name Mixin selector official a
Ladw;a()J
intermediary method_12700
Lnet/minecraft/class_2935;method_12700()J
named getStartTime
Lnet/minecraft/network/packet/c2s/query/QueryPingC2SPacket;getStartTime()J
-