mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-12 04:23:54 +00:00
Add a couple of permissions
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user