N blocks of the mob: players, animals, monsters, other custom mobs. Everything alive.
When to use it
Use it when the effect shouldn’t care what kind of entity it hits. Indiscriminate explosions, shockwaves that knock back everything, area potion clouds.Details
- Includes players. If you want to spare them, use
@mobsRadius. - The mob itself is not part of its own radius targets.
- Player-only mechanics (
narrate,actionbar,title,giveitem) silently skip the non-players in the set, so mixing them in is safe.
@playersRadius.
