Package tconstruct.world

Examples of tconstruct.world.MiningExplosion.doExplosionB()


    {
        Explosion explosion = new MiningExplosion(world, par1Entity, par2, par4, par6, par8);
        explosion.isFlaming = false;
        explosion.isSmoking = true;
        explosion.doExplosionA();
        explosion.doExplosionB(true);
        // return explosion;
    }

    /**
     * (abstract) Protected helper method to write subclass entity data to NBT.
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.