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

Method GrowCactus

src/World.cpp:1504–1507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1502
1503
1504void cWorld::GrowCactus(int a_BlockX, int a_BlockY, int a_BlockZ, int a_NumBlocksToGrow)
1505{
1506 m_ChunkMap->GrowCactus(a_BlockX, a_BlockY, a_BlockZ, a_NumBlocksToGrow);
1507}
1508
1509
1510

Callers 2

GrowRipePlantMethod · 0.45
OnUpdateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected