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

Method DoWithCommandBlockAt

src/World.cpp:1190–1193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1188
1189
1190bool cWorld::DoWithCommandBlockAt(int a_BlockX, int a_BlockY, int a_BlockZ, cCommandBlockCallback & a_Callback)
1191{
1192 return m_ChunkMap->DoWithCommandBlockAt(a_BlockX, a_BlockY, a_BlockZ, a_Callback);
1193}
1194
1195
1196

Callers 1

HandleCommandBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected