Archived
0

More compact serialization

This commit is contained in:
Forwolk
2018-08-02 11:41:09 +03:00
parent 476b3624fe
commit a9e6378101
9 changed files with 46 additions and 39 deletions

View File

@@ -90,11 +90,6 @@ public class SimpleChunk implements Chunk {
return 0;
}
@Override
public Block[] getModifiedBlocks() {
return new Block[0];
}
@Override
public void setBlock(int x, int y, int z, Block block) {