particle
Get a mobs particle from a particle identifier.
mobs._particle(Particle.ExplosionHuge)
## Parameters
* **particle**: the type of particle.
## Returns
* a mobs particle for a particle identifier.
## Example
Get a particle for a `huge explosion`.
```blocks
let myParticle = mobs._particle(EXPLOSION_HUGE)
mobs.spawnParticle(myParticle, pos(5, 0, 0))