Class KeepAliveC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.play.KeepAliveC2SPacket
- All Implemented Interfaces:
Packet<class_8706>
- Mappings:
Namespace Name official viintermediary net/minecraft/class_2827named net/minecraft/network/packet/c2s/play/KeepAliveC2SPacket
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(class_8706 class_8706) longgetId()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.Packet
isWritingErrorSkippable, method_52273
-
Field Details
-
id
private final long id- Mappings:
Namespace Name Mixin selector official aLvi;a:Jintermediary field_12883Lnet/minecraft/class_2827;field_12883:Jnamed idLnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;id:J
-
-
Constructor Details
-
KeepAliveC2SPacket
public KeepAliveC2SPacket(long id) - Mappings:
Namespace Name Mixin selector official <init>Lvi;<init>(J)Vintermediary <init>Lnet/minecraft/class_2827;<init>(J)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;<init>(J)V
-
KeepAliveC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lvi;<init>(Lsh;)Vintermediary <init>Lnet/minecraft/class_2827;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
apply
- Specified by:
applyin interfacePacket<class_8706>- Mappings:
Namespace Name Mixin selector official aLvi;a(Lvg;)Vintermediary method_12266Lnet/minecraft/class_2827;method_12266(Lnet/minecraft/class_8706;)Vnamed applyLnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;apply(Lnet/minecraft/class_8706;)V
-
write
- Specified by:
writein interfacePacket<class_8706>- Mappings:
Namespace Name Mixin selector official aLuw;a(Lsh;)Vintermediary method_11052Lnet/minecraft/class_2596;method_11052(Lnet/minecraft/class_2540;)Vnamed writeLnet/minecraft/network/packet/Packet;write(Lnet/minecraft/network/PacketByteBuf;)V
-
getId
public long getId()- Mappings:
Namespace Name Mixin selector official aLvi;a()Jintermediary method_12267Lnet/minecraft/class_2827;method_12267()Jnamed getIdLnet/minecraft/network/packet/c2s/play/KeepAliveC2SPacket;getId()J
-