Name | projectile launched |
Event Lines | projectile launched
<entity> launched |
Triggers | when a projectile is launched. |
Generated Examples | after projectile launched:
after entity launched: on hanging launched: |
Switches | by:<entity> to only process the event if the projectile shooter matches the specified entity matcher. |
Contexts | <context.projectile> returns an EntityTag of the projectile.
<context.shooter> returns an EntityTag of the entity that shot the projectile, if any.
|
Cancellable | True - This adds <context.cancelled> and determine 'cancelled' or 'cancelled:false' |
Has Location | True - This adds the switches 'in:<area>', 'location_flagged:<flag>', ... |
Group | Entity |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/events/entity/ProjectileLaunchedScriptEvent.java#L15 |