summaryrefslogtreecommitdiffstats
path: root/source/World.h
diff options
context:
space:
mode:
authormadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-13 10:56:12 +0200
committermadmaxoft@gmail.com <madmaxoft@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2012-10-13 10:56:12 +0200
commita2f6243b21b60d010be84c0747a98f731835e7ae (patch)
tree7750d88b2ac0d4c00f99f9b5a850c110c140c5a0 /source/World.h
parentCore: Removed /home since other plugins want to use it (diff)
downloadcuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.tar
cuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.tar.gz
cuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.tar.bz2
cuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.tar.lz
cuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.tar.xz
cuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.tar.zst
cuberite-a2f6243b21b60d010be84c0747a98f731835e7ae.zip
Diffstat (limited to '')
-rw-r--r--source/World.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/World.h b/source/World.h
index 654460737..f3117fe55 100644
--- a/source/World.h
+++ b/source/World.h
@@ -381,7 +381,7 @@ public:
float ToWait;
};
- void QueueBlockForTick(int a_BlockX, int a_BlockY, int a_BlockZ, float a_Time);
+ void QueueBlockForTick(int a_BlockX, int a_BlockY, int a_BlockZ, float a_TimeToWait); // tolua_export
void CastThunderbolt (int a_BlockX, int a_BlockY, int a_BlockZ); //tolua_export
void SetWeather ( eWeather a_Weather ); //tolua_export
@@ -398,7 +398,7 @@ public:
int GetMaxSugarcaneHeight(void) const { return m_MaxSugarcaneHeight; } // tolua_export
int GetMaxCactusHeight (void) const { return m_MaxCactusHeight; } // tolua_export
- bool IsBlockDirectlyWatered(int a_X, int a_Y, int a_Z);
+ bool IsBlockDirectlyWatered(int a_BlockX, int a_BlockY, int a_BlockZ); // tolua_export
private: