Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: The method getJumpHelper() is undefined for the type CreatureEntity

Closed this issue ยท 2 comments

commented

The method getJumpHelper() is undefined for the type CreatureEntity

/bassebombecraft-1.8/src/main/java/bassebombecraft/entity/commander/command/DanceCommand.java

commented

Solution: Use MobEntity.JumpController instead of MobEntity.JumpHelper.

commented

Closed with commit 22bcbb9.