Package me.ashtheking.dragons.mob.helper

Examples of me.ashtheking.dragons.mob.helper.AshDragonPart.onUpdate()


          * 1.0F;
      float f14 = MathHelper.sin(f13);
      float f15 = MathHelper.cos(f13);
      float f16 = 1.5F;
      float f17 = (float) (j + 1) * 2.0F;
      AshDragonPart.onUpdate();
      AshDragonPart
          .setLocationAndAngles(
              posX - (double) ((f8 * f16 + f14 * f17) * f5),
              ((posY + (ad2[1] - ad[1]) * 1.0D) - (double) ((f17 + f16) * f6)) + 1.5D,
              posZ + (double) ((f9 * f16 + f15 * f17) * f5),
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.