Package net.minecraft.entity.projectile

Examples of net.minecraft.entity.projectile.EntitySmallFireball


            double d2 = par4 + (double) ((float) face.getFrontOffsetZ() * 0.3F);
            Random random = par1World.rand;
            double d3 = random.nextGaussian() * 0.05D + (double) face.getFrontOffsetX();
            double d4 = random.nextGaussian() * 0.05D + (double) face.getFrontOffsetY();
            double d5 = random.nextGaussian() * 0.05D + (double) face.getFrontOffsetZ();
            par1World.spawnEntityInWorld(new EntitySmallFireball(par1World, d0, d1, d2, d3, d4, d5));

            for (int i = par2 - 2; i <= (par2 + 2); i++)
            {
                for (int j = par4 - 2; j <= (par4 + 2); j++)
                {
View Full Code Here

TOP

Related Classes of net.minecraft.entity.projectile.EntitySmallFireball

Copyright © 2018 www.massapicom. 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.