diff options
Diffstat (limited to '')
-rw-r--r-- | source/cWorld.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source/cWorld.h b/source/cWorld.h index 79f904f54..70b3ad88e 100644 --- a/source/cWorld.h +++ b/source/cWorld.h @@ -313,6 +313,9 @@ public: /// Sets the blockticking to start at the specified block. Only one blocktick per chunk may be set, second call overwrites the first call
void SetNextBlockTick(int a_BlockX, int a_BlockY, int a_BlockZ); // tolua_export
+ int GetMaxSugarcaneHeight(void) const { return m_MaxSugarcaneHeight; } // tolua_export
+ int GetMaxCactusHeight (void) const { return m_MaxCactusHeight; } // tolua_export
+
private:
friend class cRoot;
|