Package me.ashtheking.dragons.meta

Examples of me.ashtheking.dragons.meta.Fireball.onUpdate()


        entityfireball.posX = dragonHead.posX + vec3d.xCoord * d8;
        entityfireball.posY = dragonHead.posY - 2;
          //  + (double) (dragonHead.height / 2.0F) + 0.5D;
        entityfireball.posZ = dragonHead.posZ + vec3d.zCoord * d8;
        for (int x = 0; x < 3; x++)
          entityfireball.onUpdate();
       
        entityfireball.motionX *= 2;
        entityfireball.motionY *= 2;
        entityfireball.motionZ *= 2;
     
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.