This commit is contained in:
Jesse Boyd 2019-04-14 13:10:37 +10:00
parent 72a44d65fd
commit 6502f0b5c6
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -68,11 +68,6 @@ public class BukkitChunk_1_13_Copy extends BukkitChunk_1_13 {
return null;
}
@Override
public void setTile(int x, int y, int z, CompoundTag tile) {
throw new UnsupportedOperationException("Read only");
}
@Override
public <B extends BlockStateHolder<B>> void setBlock(int x, int y, int z, B block) {
throw new UnsupportedOperationException("Read only");