Added VEHICLE_DESTROY event

By: Robert Sargant <robert@sargant.com>
This commit is contained in:
Bukkit/Spigot
2011-03-16 13:11:13 +00:00
parent 531a69463a
commit 22b860367d
4 changed files with 53 additions and 0 deletions

View File

@@ -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
*