Mobs/: a spot in a world that keeps a population alive around itself. NMEntitiesAPI.spawners() exposes them to addons.
Every mutating call goes through the same path the /nme spawner commands do, so an addon and an admin have identical effects — including the on/off decision surviving a restart.
Reading
Driving
setEnabled accepts a single spawner id, a group name, or the literal "all" — the same targets the command takes.
Levels
levelOf reads the level a mob was spawned at, and returns 1 for anything a spawner didn’t place.
Levels are recorded, but nothing scales stats by them yet. Read the value if your addon wants to do its own scaling.

