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

Method Explode

src/Entities/ProjectileEntity.cpp:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817
818
819void cGhastFireballEntity::Explode(int a_BlockX, int a_BlockY, int a_BlockZ)
820{
821 m_World->DoExplosionAt(1, a_BlockX, a_BlockY, a_BlockZ, true, esGhastFireball, this);
822}
823
824
825

Callers

nothing calls this directly

Calls 3

DoExplosionAtMethod · 0.45
GetBlockMethod · 0.45
SetBlockMethod · 0.45

Tested by

no test coverage detected