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

Method SendPlayerListItem

src/ClientHandle.cpp:2211–2214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2209
2210
2211void cClientHandle::SendPlayerListItem(const cPlayer & a_Player, bool a_IsOnline)
2212{
2213 m_Protocol->SendPlayerListItem(a_Player, a_IsOnline);
2214}
2215
2216
2217

Callers 2

SendPlayerListMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected