diff options
Diffstat (limited to 'source/Chunk.h')
-rw-r--r-- | source/Chunk.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Chunk.h b/source/Chunk.h index 4d88d1019..a85c99271 100644 --- a/source/Chunk.h +++ b/source/Chunk.h @@ -331,8 +331,12 @@ private: void SpreadLightOfBlock(NIBBLETYPE * a_LightBuffer, int a_X, int a_Y, int a_Z, char a_Falloff); + /// Creates a block entity for each block that needs a block entity and doesn't have one in the list void CreateBlockEntities(void); + /// Wakes up each simulator for its specific blocks; through all the blocks in the chunk + void WakeUpSimulators(void); + // Makes a copy of the list cClientHandleList GetAllClients(void) const {return m_LoadedByClient; } |