SpongePowered / Sponge

The SpongeAPI implementation targeting vanilla Minecraft and 3rd party platforms.
MIT License
389 stars 211 forks source link

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

Open limbo-app opened 6 years ago

limbo-app commented 6 years ago

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

ryantheleach commented 5 years ago

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