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

Method SendTimeUpdate

src/ClientHandle.cpp:2424–2427  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2422
2423
2424void cClientHandle::SendTimeUpdate(Int64 a_WorldAge, Int64 a_TimeOfDay)
2425{
2426 m_Protocol->SendTimeUpdate(a_WorldAge, a_TimeOfDay);
2427}
2428
2429
2430

Callers 2

BroadcastTimeUpdateMethod · 0.45
AuthenticateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected