Added VEHICLE_DESTROY event

This commit is contained in:
Robert Sargant
2011-03-16 13:11:13 +00:00
committed by Erik Broes
parent c105f68327
commit 49be099147
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
*