Class KeepAliveC2SPacket
java.lang.Object
net.minecraft.network.packet.c2s.common.KeepAliveC2SPacket
- All Implemented Interfaces:
Packet<ServerCommonPacketListener>
- Mappings:
Namespace Name official yrintermediary net/minecraft/class_2827named net/minecraft/network/packet/c2s/common/KeepAliveC2SPacket
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final class_9139<PacketByteBuf,KeepAliveC2SPacket> private final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidapply(ServerCommonPacketListener serverCommonPacketListener) longgetId()private voidmethod_56476(PacketByteBuf packetByteBuf) 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_55943
-
Field Details
-
field_48647
- Mappings:
Namespace Name Mixin selector official aLyr;a:Lxo;intermediary field_48647Lnet/minecraft/class_2827;field_48647:Lnet/minecraft/class_9139;named field_48647Lnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;field_48647:Lnet/minecraft/class_9139;
-
id
private final long id- Mappings:
Namespace Name Mixin selector official bLyr;b:Jintermediary field_12883Lnet/minecraft/class_2827;field_12883:Jnamed idLnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;id:J
-
-
Constructor Details
-
KeepAliveC2SPacket
public KeepAliveC2SPacket(long id) - Mappings:
Namespace Name Mixin selector official <init>Lyr;<init>(J)Vintermediary <init>Lnet/minecraft/class_2827;<init>(J)Vnamed <init>Lnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;<init>(J)V
-
KeepAliveC2SPacket
- Mappings:
Namespace Name Mixin selector official <init>Lyr;<init>(Luq;)Vintermediary <init>Lnet/minecraft/class_2827;<init>(Lnet/minecraft/class_2540;)Vnamed <init>Lnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;<init>(Lnet/minecraft/network/PacketByteBuf;)V
-
-
Method Details
-
method_56476
- Mappings:
Namespace Name Mixin selector official aLyr;a(Luq;)Vintermediary method_56476Lnet/minecraft/class_2827;method_56476(Lnet/minecraft/class_2540;)Vnamed method_56476Lnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;method_56476(Lnet/minecraft/network/PacketByteBuf;)V
-
method_55846
- Specified by:
method_55846in interfacePacket<ServerCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLxx;a()Lxz;intermediary method_55846Lnet/minecraft/class_2596;method_55846()Lnet/minecraft/class_9145;named method_55846Lnet/minecraft/network/packet/Packet;method_55846()Lnet/minecraft/class_9145;
-
apply
- Specified by:
applyin interfacePacket<ServerCommonPacketListener>- Mappings:
Namespace Name Mixin selector official aLyr;a(Lyo;)Vintermediary method_12266Lnet/minecraft/class_2827;method_12266(Lnet/minecraft/class_8706;)Vnamed applyLnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;apply(Lnet/minecraft/network/listener/ServerCommonPacketListener;)V
-
getId
public long getId()- Mappings:
Namespace Name Mixin selector official bLyr;b()Jintermediary method_12267Lnet/minecraft/class_2827;method_12267()Jnamed getIdLnet/minecraft/network/packet/c2s/common/KeepAliveC2SPacket;getId()J
-