360361362363364365366367368369370
EntityLiving entity = null; switch(worldObj.rand.nextInt(2)) { case 0 : { entity = new EntityZombie(worldObj); if(worldObj.rand.nextInt(12) == 0) entity = new EntityWitch(worldObj); break; } case 1 : { entity = new EntitySkeleton(worldObj);