Search in sources :

Example 1 with ExplosionSpore

use of nex.world.ExplosionSpore in project NetherEx by LogicTechCorp.

the class EntitySporeCreeper method explode.

private void explode() {
    dead = true;
    Explosion explosion = new ExplosionSpore(world, this, posX, posY, posZ, (float) explosionRadius, true, true);
    explosion.doExplosionA();
    explosion.doExplosionB(true);
    setDead();
    spawnLingeringCloud();
}
Also used : Explosion(net.minecraft.world.Explosion) ExplosionSpore(nex.world.ExplosionSpore)

Aggregations

Explosion (net.minecraft.world.Explosion)1 ExplosionSpore (nex.world.ExplosionSpore)1