setLocationAndAngles(par2EntityLiving.posX, par2EntityLiving.posY
+ (double) par2EntityLiving.getEyeHeight(), par2EntityLiving.posZ,
par2EntityLiving.rotationYaw, par2EntityLiving.rotationPitch);
getNavigator().func_48664_a(true);
tasks.addTask(1, new EntityAISwimming(this));
tasks.addTask(1, new EntityAIAvoidEntity(this, net.minecraft.src.EntityCreeper.class, 16F,
0.23F, 0.4F));
tasks.addTask(1, new EntityAIAvoidEntity(this, me.ashtheking.dragons.mob.Troll.class, 16F,
0.23F, 0.4F));
tasks.addTask(2, new EntityAIAttackOnCollide(this, moveSpeed, true));
tasks.addTask(2, new EntityAILeapAtTarget(this, 0.3F));
tasks.addTask(6, new EntityAIWander(this, .2F));