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

Method SendMapColumn

src/ClientHandle.cpp:2140–2143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2138
2139
2140void cClientHandle::SendMapColumn(int a_ID, int a_X, int a_Y, const Byte * a_Colors, unsigned int a_Length)
2141{
2142 m_Protocol->SendMapColumn(a_ID, a_X, a_Y, a_Colors, a_Length);
2143}
2144
2145
2146

Callers 2

StreamNextMethod · 0.45
SendToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected