🎯Targeting and Special-Entity Triggers
Last updated
Each trigger section uses the same Context terminology as the Power Triggers index.
on-targetRuns when the powered mob selects a target.
Entity roles
SOURCE/SKILL are the powered mob; TARGET is the new target.
Event-specific data
Provides target reason.
on-untagRuns when the powered mob loses its target.
Entity roles
SOURCE/SKILL are the mob; target role follows the implementation fallback.
Event-specific data
Provides target reason.
on-explodeRuns for a generic entity explosion owned by the powered mob.
Entity roles
SOURCE is exploding entity or resolved shooter; SKILL/TARGET are the exploding entity.
Event-specific data
Provides mutable explosion yield.
on-creeper-explodeRuns when a powered creeper primes its explosion.
Entity roles
SOURCE/SKILL/TARGET are the creeper.
Event-specific data
Provides mutable explosion radius.
Last updated