e.setDead();
x = e.posX;
y = e.posY;
z = e.posZ;
for (int k = 0; k < 10000; k++)
world.spawnParticle("portal", x + (world.rand.nextDouble() * 3.0)
* (world.rand.nextBoolean() ? -1 : 1), y
+ (world.rand.nextDouble() * 3.0)
* (world.rand.nextBoolean() ? -1 : 1), z
+ (world.rand.nextDouble() * 3.0)
* (world.rand.nextBoolean() ? -1 : 1), 0, 0, 0);