1
0

Rename CanChangeDirtToGrass to CanDirtGrowGrass

This commit is contained in:
Howaner
2014-05-07 12:59:48 +02:00
parent f5fe368220
commit 36a2aa2f21
6 changed files with 9 additions and 9 deletions

View File

@@ -86,8 +86,8 @@ public:
/// Checks if the block can stay at the specified relative coords in the chunk
virtual bool CanBeAt(cChunkInterface & a_ChunkInterface, int a_RelX, int a_RelY, int a_RelZ, const cChunk & a_Chunk);
/** Can change the block under this block to grass? */
virtual bool CanChangeDirtToGrass(BLOCKTYPE a_Block, NIBBLETYPE a_Meta);
/** Can the dirt under this block grow to grass? */
virtual bool CanDirtGrowGrass(NIBBLETYPE a_Meta);
/** Checks if the block can be placed at this point.
Default: CanBeAt(...)