Class ClientboundPingPacket
java.lang.Object
net.minecraft.network.protocol.common.ClientboundPingPacket
- All Implemented Interfaces:
Packet<ClientCommonPacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final int
static final StreamCodec
<FriendlyByteBuf, ClientboundPingPacket> -
Constructor Summary
ConstructorsModifierConstructorDescriptionClientboundPingPacket
(int id) private
ClientboundPingPacket
(FriendlyByteBuf buffer) -
Method Summary
Modifier and TypeMethodDescriptionint
getId()
void
handle
(ClientCommonPacketListener handler) Passes this Packet on to the PacketListener for processing.type()
private void
write
(FriendlyByteBuf buffer) 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.protocol.Packet
isSkippable, isTerminal
-
Field Details
-
STREAM_CODEC
-
id
private final int id
-
-
Constructor Details
-
ClientboundPingPacket
public ClientboundPingPacket(int id) -
ClientboundPingPacket
-
-
Method Details
-
write
-
type
- Specified by:
type
in interfacePacket<ClientCommonPacketListener>
-
handle
Passes this Packet on to the PacketListener for processing.- Specified by:
handle
in interfacePacket<ClientCommonPacketListener>
-
getId
public int getId()
-