Region filter

This commit is contained in:
Jesse Boyd
2019-05-05 03:58:26 +10:00
parent 27ed596027
commit 7c174beaee
15 changed files with 232 additions and 283 deletions

View File

@ -349,11 +349,4 @@ public class BukkitChunkHolder<T extends Future<T>> extends ChunkHolder {
return null;
}
}
@Override
public void set(final Filter filter) {
// for each block
// filter.applyBlock(block)
throw new UnsupportedOperationException("Not implemented");
}
}