Attempt to fix compiling

This commit is contained in:
MattBDev
2019-10-03 19:35:55 -04:00
parent e5c1d9e6cf
commit f963e63f58
11 changed files with 136 additions and 86 deletions

View File

@ -254,6 +254,11 @@ public class BlockArrayClipboard implements Clipboard, Closeable {
return IMP.setBiome(x, z, biome);
}
@Override
public boolean setBiome(int x, int y, int z, BiomeType biome) {
return IMP.setBiome(x, z, biome);
}
@Nullable
@Override
public Operation commit() {