diff options
author | andrew <xdotftw@gmail.com> | 2014-03-25 08:10:55 +0100 |
---|---|---|
committer | andrew <xdotftw@gmail.com> | 2014-03-25 08:10:55 +0100 |
commit | 4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c (patch) | |
tree | 91e1d1624379b182ed99c48f320d4fc0d6c3779d /src/World.h | |
parent | Wither invulnerability (diff) | |
download | cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.tar cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.tar.gz cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.tar.bz2 cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.tar.lz cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.tar.xz cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.tar.zst cuberite-4f3377bbbfa12623be61561ae75bdd9d8d5fbe8c.zip |
Diffstat (limited to 'src/World.h')
-rw-r--r-- | src/World.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/src/World.h b/src/World.h index 79fcc5616..bb2eb0b21 100644 --- a/src/World.h +++ b/src/World.h @@ -497,16 +497,16 @@ public: /** Does an explosion with the specified strength at the specified coordinate a_SourceData exact type depends on the a_Source: - | esOther | void * | - | esPrimedTNT | cTNTEntity * | - | esMonster | cMonster * | - | esBed | cVector3i * | - | esEnderCrystal | Vector3i * | - | esGhastFireball | cGhastFireball * | - | esWitherSkullBlack | TBD | - | esWitherSkullBlue | TBD | - | esWitherBirth | cWither * | - | esPlugin | void * | + | esOther | void * | + | esPrimedTNT | cTNTEntity * | + | esMonster | cMonster * | + | esBed | cVector3i * | + | esEnderCrystal | Vector3i * | + | esGhastFireball | cGhastFireball * | + | esWitherSkullBlack | TBD | + | esWitherSkullBlue | TBD | + | esWitherBirth | cMonster * | + | esPlugin | void * | */ virtual void DoExplosionAt(double a_ExplosionSize, double a_BlockX, double a_BlockY, double a_BlockZ, bool a_CanCauseFire, eExplosionSource a_Source, void * a_SourceData); // tolua_export // override, cannot specify due to tolua |