Added VEHICLE_UPDATE

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-02-01 10:18:27 +00:00
parent 497ac626bf
commit 77b6112b65
3 changed files with 22 additions and 2 deletions

View File

@@ -533,6 +533,13 @@ public abstract class Event {
*/
VEHICLE_MOVE (Category.VEHICLE),
/**
* Called when a vehicle is going through an update cycle, rechecking itself
*
* @see org.bukkit.event.vehicle.VehicleUpdateEvent
*/
VEHICLE_UPDATE (Category.VEHICLE),
/**
* MISCELLANEOUS EVENTS
*/