Lots of compile fixes
This commit is contained in:
@@ -53,7 +53,7 @@ public interface IMovableHandler
|
||||
* <pre>
|
||||
* {
|
||||
* @code
|
||||
* Chunk c = world.getChunkFromBlockCoords( x, z );
|
||||
* Chunk c = world.getChunkAt( x, z );
|
||||
* c.setChunkBlockTileEntity( x & 0xF, y + y, z & 0xF, tile );
|
||||
*
|
||||
* if( c.isChunkLoaded )
|
||||
|
||||
Reference in New Issue
Block a user