diff options
author | STRWarrior <niels.breuker@hotmail.nl> | 2014-05-31 14:14:55 +0200 |
---|---|---|
committer | STRWarrior <niels.breuker@hotmail.nl> | 2014-05-31 14:14:55 +0200 |
commit | d1b23060ada3946d68453e381867861bc768999b (patch) | |
tree | c239f6924c5f9d3fb0515b411ae50b18544392aa /src/Bindings/Plugin.h | |
parent | Using recommendations (I think) (diff) | |
download | cuberite-d1b23060ada3946d68453e381867861bc768999b.tar cuberite-d1b23060ada3946d68453e381867861bc768999b.tar.gz cuberite-d1b23060ada3946d68453e381867861bc768999b.tar.bz2 cuberite-d1b23060ada3946d68453e381867861bc768999b.tar.lz cuberite-d1b23060ada3946d68453e381867861bc768999b.tar.xz cuberite-d1b23060ada3946d68453e381867861bc768999b.tar.zst cuberite-d1b23060ada3946d68453e381867861bc768999b.zip |
Diffstat (limited to '')
-rw-r--r-- | src/Bindings/Plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Bindings/Plugin.h b/src/Bindings/Plugin.h index a6f91382c..3f1e0f0bc 100644 --- a/src/Bindings/Plugin.h +++ b/src/Bindings/Plugin.h @@ -90,7 +90,7 @@ public: virtual bool OnPluginsLoaded (void) = 0; virtual bool OnPostCrafting (const cPlayer * a_Player, const cCraftingGrid * a_Grid, cCraftingRecipe * a_Recipe) = 0; virtual bool OnPreCrafting (const cPlayer * a_Player, const cCraftingGrid * a_Grid, cCraftingRecipe * a_Recipe) = 0; - virtual bool OnProjectileHitBlock (cProjectileEntity & a_Projectile, eBlockFace a_Face, const Vector3i * a_BlockHitPos) = 0; + virtual bool OnProjectileHitBlock (cProjectileEntity & a_Projectile, int a_BlockX, int a_BlockY, int a_BlockZ, eBlockFace a_Face, const Vector3d * a_BlockHitPos) = 0; virtual bool OnProjectileHitEntity (cProjectileEntity & a_Projectile, cEntity & a_HitEntity) = 0; virtual bool OnSpawnedEntity (cWorld & a_World, cEntity & a_Entity) = 0; virtual bool OnSpawnedMonster (cWorld & a_World, cMonster & a_Monster) = 0; |