Added VEHICLE_DESTROY event
This commit is contained in:
committed by
Erik Broes
parent
c105f68327
commit
49be099147
@@ -544,6 +544,13 @@ public abstract class Event implements Serializable {
|
||||
*/
|
||||
VEHICLE_CREATE (Category.VEHICLE),
|
||||
|
||||
/**
|
||||
* Called when a vehicle is destroyed
|
||||
*
|
||||
* @see org.bukkit.event.vehicle.VehicleDestroyEvent
|
||||
*/
|
||||
VEHICLE_DESTROY (Category.VEHICLE),
|
||||
|
||||
/**
|
||||
* Called when a vehicle is damaged by a LivingEntity
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user