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

Method SendMapDecorators

src/ClientHandle.cpp:2149–2152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2147
2148
2149void cClientHandle::SendMapDecorators(int a_ID, const cMapDecoratorList & a_Decorators)
2150{
2151 m_Protocol->SendMapDecorators(a_ID, a_Decorators);
2152}
2153
2154
2155

Callers 2

StreamNextMethod · 0.45
SendToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected