Package nl.mtvehicles.core.events
Class VehicleRegionLeaveEvent
java.lang.Object
org.bukkit.event.Event
nl.mtvehicles.core.infrastructure.models.MTVEvent
nl.mtvehicles.core.events.VehicleRegionLeaveEvent
- All Implemented Interfaces:
HasVehicle
,org.bukkit.event.Cancellable
public class VehicleRegionLeaveEvent
extends MTVEvent
implements org.bukkit.event.Cancellable, HasVehicle
On region enter
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet license plate of the vehicle used in the eventvoid
setCancelled(boolean cancelled)
Methods inherited from class nl.mtvehicles.core.infrastructure.models.MTVEvent
call, getHandlerList, getHandlers, getPlayer, isCancelled, setPlayer
Methods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronous
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.bukkit.event.Cancellable
isCancelled
Methods inherited from interface nl.mtvehicles.core.events.interfaces.HasVehicle
getVehicle
-
Constructor Details
-
VehicleRegionLeaveEvent
-
-
Method Details
-
setCancelled
public void setCancelled(boolean cancelled)- Specified by:
setCancelled
in interfaceorg.bukkit.event.Cancellable
-
getLicensePlate
Description copied from interface:HasVehicle
Get license plate of the vehicle used in the event- Specified by:
getLicensePlate
in interfaceHasVehicle
- Returns:
- Vehicle's license plate
-
getRegionName
-