MCPcopy Create free account
hub / github.com/cuberite/cuberite / HandlePacketKeepAlive

Method HandlePacketKeepAlive

src/Protocol/Protocol17x.cpp:1750–1754  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1748
1749
1750void cProtocol172::HandlePacketKeepAlive(cByteBuffer & a_ByteBuffer)
1751{
1752 HANDLE_READ(a_ByteBuffer, ReadBEInt, int, KeepAliveID);
1753 m_Client->HandleKeepAlive(KeepAliveID);
1754}
1755
1756
1757

Callers

nothing calls this directly

Calls 1

HandleKeepAliveMethod · 0.80

Tested by

no test coverage detected