Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: The method onUpdate(..) of type GenericBlockClickedBook must override or implement a supertype method

Closed this issue ยท 2 comments

commented

The method onUpdate(ItemStack, World, Entity, int, boolean) of type GenericBlockClickedBook must override or implement a supertype method

/bassebombecraft-1.8/src/main/java/bassebombecraft/item/book/GenericBlockClickedBook.java

commented

Solution: Implement Item.inventoryTick(..) instead of Item.onUpdate(ItemStack stack, World worldIn, Entity entityIn, int itemSlot, boolean isSelected).

commented

Closed with commit a8e02c1.