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

Method SendMapInfo

src/ClientHandle.cpp:2158–2161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2156
2157
2158void cClientHandle::SendMapInfo(int a_ID, unsigned int a_Scale)
2159{
2160 m_Protocol->SendMapInfo(a_ID, a_Scale);
2161}
2162
2163
2164

Callers 2

StreamNextMethod · 0.45
SendToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected