public static void updateAI(EntityLiving entity) { updateSenses(entity); entity.getNavigation().e(); entity.getControllerMove().c(); entity.getControllerLook().a(); entity.getControllerJump().b(); }
public static void look(EntityLiving handle, Entity target) { handle.getControllerLook().a(target, 10.0F, handle.bs()); }