org.bukkit.event.vehicle
Class VehicleMoveEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.vehicle.VehicleEvent
org.bukkit.event.vehicle.VehicleMoveEvent
public class VehicleMoveEvent
- extends VehicleEvent
Raised when a vehicle moves.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VehicleMoveEvent
public VehicleMoveEvent(Vehicle vehicle,
Location from,
Location to)
getFrom
public Location getFrom()
- Get the previous position.
- Returns:
- Old position.
getTo
public Location getTo()
- Get the next position.
- Returns:
- New position.
getHandlers
public HandlerList getHandlers()
- Specified by:
getHandlers
in class Event
getHandlerList
public static HandlerList getHandlerList()
Copyright © 2013. All Rights Reserved.