projectile_launch — Events

on projectile_launchorg.bukkit.event.entity.ProjectileLaunchEvent
Entity1.0.0

Description

Fires when a projectile is launched (arrows, snowballs, eggs, etc.).

Variables

entity
Entity
org.bukkit.entity.Entity
NullableNo

The projectile entity that was launched

shooter
Player
org.bukkit.entity.Player
NullableYes

The player who launched the projectile, or null if not launched by a player

Examples

on projectile_launch:

Related (Entity)