Class KeepAliveC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.KeepAliveC2SPacket
- All Implemented Interfaces:
Packet<ServerPlayPacketListener>
- Mappings:
Namespace Name official iyintermediary net/minecraft/class_2063named net/minecraft/network/packet/c2s/play/KeepAliveC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerPlayPacketListener serverPlayPacketListener) intgetTime()voidread(PacketByteBuf buf) voidwrite(PacketByteBuf buf)
-
Field Details
-
time
private int time- Mappings:
Namespace Name Mixin selector official aLiy;a:Iintermediary field_8795Lnet/minecraft/class_2063;field_8795:Inamed timeLnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;time:I
-
-
Constructor Details
-
KeepAliveC2SPacket
public KeepAliveC2SPacket() -
KeepAliveC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Liy;<init>(I)Vintermediary <init>Lnet/minecraft/class_2063;<init>(I)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;<init>(I)V
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<ServerPlayPacketListener>- Mappings:
Namespace Name Mixin selector official aLiy;a(Lim;)Vintermediary method_7987Lnet/minecraft/class_2063;method_7987(Lnet/minecraft/class_2050;)Vnamed applyLnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;apply(Lnet/minecraft/network/listener/ServerPlayPacketListener;)V
-
read
- Specified by:
readin interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official aLfm;a(Let;)Vintermediary method_7535Lnet/minecraft/class_700;method_7535(Lnet/minecraft/class_1967;)Vnamed readLnet/minecraft/network/Packet;read(Lnet/minecraft/util/PacketByteBuf;)V
-
write
- Specified by:
writein interfacePacket<ServerPlayPacketListener>- Throws:
IOException- Mappings:
Namespace Name Mixin selector official bLfm;b(Let;)Vintermediary method_7539Lnet/minecraft/class_700;method_7539(Lnet/minecraft/class_1967;)Vnamed writeLnet/minecraft/network/Packet;write(Lnet/minecraft/util/PacketByteBuf;)V
-
getTime
public int getTime()- Mappings:
Namespace Name Mixin selector official aLiy;a()Iintermediary method_7988Lnet/minecraft/class_2063;method_7988()Inamed getTimeLnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;getTime()I
-