diff options
author | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-22 22:36:24 +0100 |
---|---|---|
committer | lapayo94@gmail.com <lapayo94@gmail.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-12-22 22:36:24 +0100 |
commit | 24efa6f8645c2f310997c212907fb4e591d0afec (patch) | |
tree | ff6d43fb6a9af7838b0dc41908f895f71d9aef5c /source/cChunk.h | |
parent | Fixes: (diff) | |
download | cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.tar cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.tar.gz cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.tar.bz2 cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.tar.lz cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.tar.xz cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.tar.zst cuberite-24efa6f8645c2f310997c212907fb4e591d0afec.zip |
Diffstat (limited to 'source/cChunk.h')
-rw-r--r-- | source/cChunk.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/cChunk.h b/source/cChunk.h index c8db5f69c..9e117bb94 100644 --- a/source/cChunk.h +++ b/source/cChunk.h @@ -77,6 +77,8 @@ public: void SetLight(char* a_Buffer, int a_BlockIdx, char a_Light);
void SetLight(char* a_Buffer, int x, int y, int z, char light);
+ void PositionToWorldPosition(int a_ChunkX, int a_ChunkY, int a_ChunkZ, int & a_X, int & a_Y, int & a_Z);
+
void AddTickBlockEntity( cFurnaceEntity* a_Entity );
//{
// m_TickBlockEntities.remove( a_Entity );
|