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

Method BroadcastBlockBreakAnimation

src/World.cpp:1817–1820  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1815
1816
1817void cWorld::BroadcastBlockBreakAnimation(int a_EntityID, int a_BlockX, int a_BlockY, int a_BlockZ, char a_Stage, const cClientHandle * a_Exclude)
1818{
1819 m_ChunkMap->BroadcastBlockBreakAnimation(a_EntityID, a_BlockX, a_BlockY, a_BlockZ, a_Stage, a_Exclude);
1820}
1821
1822
1823

Callers 3

HandleBlockDigStartedMethod · 0.45
TickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected