Add a couple of permissions

This commit is contained in:
NotMyFault
2021-03-06 20:22:39 +01:00
parent 7a0dc39eb7
commit 99ea64fa4e
2 changed files with 8 additions and 1 deletions

View File

@ -426,6 +426,12 @@ public class AsyncBlock implements Block {
throw new UnsupportedOperationException("FAWE does not support this yet");
}
@Nonnull
@Override
public float getDestroySpeed(@Nonnull ItemStack itemStack, boolean considerEnchants) {
throw new UnsupportedOperationException("FAWE does not support this yet");
}
@Nonnull
@Override
public BoundingBox getBoundingBox() {