Added TODO for API classes needing investigation
This commit is contained in:
@@ -55,7 +55,7 @@ public interface IMovableHandler
|
||||
* @code
|
||||
* Chunk c = world.getChunkFromBlockCoords( x, z );
|
||||
* c.setChunkBlockTileEntity( x & 0xF, y + y, z & 0xF, tile );
|
||||
*
|
||||
*
|
||||
* if( c.isChunkLoaded )
|
||||
* {
|
||||
* world.addTileEntity( tile );
|
||||
|
||||
Reference in New Issue
Block a user