Class WrapperPlayClientKeepAlive

java.lang.Object
com.github.retrooper.packetevents.wrapper.PacketWrapper<WrapperPlayClientKeepAlive>
com.github.retrooper.packetevents.wrapper.play.client.WrapperPlayClientKeepAlive

public class WrapperPlayClientKeepAlive extends PacketWrapper<WrapperPlayClientKeepAlive>
This is the server-bound keep-alive packet. The server will frequently send out a (client-bound) keep-alive, each containing a random ID. The client is expected to respond with a (server-bound) keep-alive, containing the same ID that the server sent out.