Examples of IceExplosion


Examples of me.ashtheking.dragons.meta.IceExplosion

      // worldObj.setBlock((int) posX, (int) posY, (int) posZ,
      // mod_Dragon.blockFire.blockID);
      // ((BlockFireball) mod_Dragon.blockFire).spreadSource(worldObj,
      // (int) posX, (int) posY,
      // (int) posZ);
      IceExplosion explosion = new IceExplosion(worldObj, null, posX, posY, posZ, 3F);
      explosion.doExplosionA();
      explosion.doExplosionB(true);
    }
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.