Class ServerboundKeepAlivePacket
java.lang.Object
net.minecraft.network.protocol.game.ServerboundKeepAlivePacket
- All Implemented Interfaces:
 Packet<ServerGamePacketListener>
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionServerboundKeepAlivePacket(long p_134095_) ServerboundKeepAlivePacket(FriendlyByteBuf p_179671_)  - 
Method Summary
Modifier and TypeMethodDescriptionlonggetId()voidhandle(ServerGamePacketListener p_134101_) voidwrite(FriendlyByteBuf p_134104_) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.network.protocol.Packet
isSkippable 
- 
Field Details
- 
id
private final long id 
 - 
 - 
Constructor Details
- 
ServerboundKeepAlivePacket
public ServerboundKeepAlivePacket(long p_134095_)  - 
ServerboundKeepAlivePacket
 
 - 
 - 
Method Details
- 
handle
- Specified by:
 handlein interfacePacket<ServerGamePacketListener>
 - 
write
- Specified by:
 writein interfacePacket<ServerGamePacketListener>
 - 
getId
public long getId() 
 -