Added TODO for API classes needing investigation

This commit is contained in:
yueh
2016-09-17 15:22:16 +02:00
parent 860636d067
commit 7ae4cc86c7
12 changed files with 35 additions and 8 deletions
@@ -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 );