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

Method WakeUpSimulators

src/World.cpp:1011–1014  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1009
1010
1011void cWorld::WakeUpSimulators(int a_BlockX, int a_BlockY, int a_BlockZ)
1012{
1013 return m_ChunkMap->WakeUpSimulators(a_BlockX, a_BlockY, a_BlockZ);
1014}
1015
1016
1017

Callers 1

HandlePressurePlateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected