Package me.ashtheking.dragons.meta

Examples of me.ashtheking.dragons.meta.FireExplosion


      // worldObj.setBlock((int) posX, (int) posY, (int) posZ,
      // mod_Dragon.blockFire.blockID);
      // ((BlockFireball) mod_Dragon.blockFire).spreadSource(worldObj,
      // (int) posX, (int) posY,
      // (int) posZ);
      FireExplosion explosion = new FireExplosion(worldObj, null, posX, posY, posZ, 1F);
      explosion.doExplosionA();
      explosion.doExplosionB(true);
    }
View Full Code Here

TOP

Related Classes of me.ashtheking.dragons.meta.FireExplosion

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.