boolean digBlockWith(int x, int y, int z, ItemStack itemStack,GameProfile profile);
java.lang.AbstractMethodError: Method net/minecraft/world/WorldServer.digBlockWith(IIILorg/spongepowered/api/item/inventory/ItemStack;Lorg/spongepowered/api/profile/GameProfile;)Z is abstract at net.minecraft.world.WorldServer.digBlockWith(WorldServer.java) ~[oo.class:?] at org.spongepowered.api.world.extent.InteractableVolume.digBlockWith(InteractableVolume.java:182) ~[InteractableVolume.class:?]
This issue was originally submitted by @Evolht in SpongePowered/SpongeAPI#1796.
Found a few abstract methods during development.
boolean digBlockWith(int x, int y, int z, ItemStack itemStack,GameProfile profile);
java.lang.AbstractMethodError: Method net/minecraft/world/WorldServer.digBlockWith(IIILorg/spongepowered/api/item/inventory/ItemStack;Lorg/spongepowered/api/profile/GameProfile;)Z is abstract at net.minecraft.world.WorldServer.digBlockWith(WorldServer.java) ~[oo.class:?] at org.spongepowered.api.world.extent.InteractableVolume.digBlockWith(InteractableVolume.java:182) ~[InteractableVolume.class:?]