Sponge icon indicating copy to clipboard operation
Sponge copied to clipboard

Abstract methods in 'spongepowered.api.world.extent.InteractableVolume.java'

Open limbo-app opened this issue 7 years ago • 1 comments

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:?]

limbo-app avatar Mar 24 '18 05:03 limbo-app

Related PR: https://github.com/SpongePowered/SpongeCommon/pull/86

ryantheleach avatar Dec 06 '18 18:12 ryantheleach