Made Block.setType/Block.setData functional

This commit is contained in:
Dinnerbone
2010-12-29 01:07:57 +00:00
parent 36b95edc0c
commit 6d28eb0111
2 changed files with 10 additions and 4 deletions

View File

@@ -66,6 +66,10 @@ public class CraftWorld implements World {
return block;
}
public WorldServer getHandle() {
return world;
}
private final class ChunkCoordinate {
public final int x;
public final int z;