Bassebombecraft

Bassebombecraft

18.5k Downloads

1.14.3 build fails with error: The method getLookHelper() is undefined for the type LivingEntity

Closed this issue ยท 2 comments

commented

The method getLookHelper() is undefined for the type LivingEntity

/bassebombecraft-1.8/src/main/java/bassebombecraft/entity/ai/task/CompanionAttack.java

commented

Solution:

It seems that LookHelper has been replaced with net.minecraft.entity.ai.controller.LookController:

LookController lookController = entity.getLookController();
lookController.setLookPositionWithEntity(attackTarget, 10.0F, (float) entity.getVerticalFaceSpeed());
commented

Closed with commit a5539a6.