geforkt von Mirrors/FastAsyncWorldEdit
Fixes #122
Dieser Commit ist enthalten in:
Ursprung
72a44d65fd
Commit
6502f0b5c6
@ -68,11 +68,6 @@ public class BukkitChunk_1_13_Copy extends BukkitChunk_1_13 {
|
|||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public void setTile(int x, int y, int z, CompoundTag tile) {
|
|
||||||
throw new UnsupportedOperationException("Read only");
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public <B extends BlockStateHolder<B>> void setBlock(int x, int y, int z, B block) {
|
public <B extends BlockStateHolder<B>> void setBlock(int x, int y, int z, B block) {
|
||||||
throw new UnsupportedOperationException("Read only");
|
throw new UnsupportedOperationException("Read only");
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren