Class ServerboundKeepAlivePacket
java.lang.Object
net.minecraft.network.protocol.common.ServerboundKeepAlivePacket
- All Implemented Interfaces:
Packet<ServerCommonPacketListener>
public class ServerboundKeepAlivePacket
extends Object
implements Packet<ServerCommonPacketListener>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final long
static final StreamCodec
<FriendlyByteBuf, ServerboundKeepAlivePacket> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
getId()
void
handle
(ServerCommonPacketListener 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 long id
-
-
Constructor Details
-
ServerboundKeepAlivePacket
public ServerboundKeepAlivePacket(long id) -
ServerboundKeepAlivePacket
-
-
Method Details
-
write
-
type
- Specified by:
type
in interfacePacket<ServerCommonPacketListener>
-
handle
Passes this Packet on to the PacketListener for processing.- Specified by:
handle
in interfacePacket<ServerCommonPacketListener>
-
getId
public long getId()
-