Package nl.mtvehicles.core.events
Class VehiclePlaceEvent
java.lang.Object
org.bukkit.event.Event
nl.mtvehicles.core.infrastructure.models.MTVEvent
nl.mtvehicles.core.events.VehiclePlaceEvent
- All Implemented Interfaces:
CanEditLicensePlate,HasVehicle,IsCancellable,org.bukkit.event.Cancellable
public class VehiclePlaceEvent
extends MTVEvent
implements IsCancellable, org.bukkit.event.Cancellable, CanEditLicensePlate
On vehicle place
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bukkit.event.Event
org.bukkit.event.Event.Result -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet license plate of the vehicle used in the eventorg.bukkit.LocationGet the location where vehicle is being placedvoidsetCancelled(boolean cancelled) Sets the cancellation state of this event.voidsetLicensePlate(String licensePlate) Set the license plate of the vehicle used in the eventvoidsetLocation(org.bukkit.Location location) Set a new location where the vehicle will be placedMethods inherited from class nl.mtvehicles.core.infrastructure.models.MTVEvent
call, getHandlerList, getHandlers, getPlayer, isCancelled, setPlayerMethods inherited from class org.bukkit.event.Event
callEvent, getEventName, isAsynchronousMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.bukkit.event.Cancellable
isCancelledMethods inherited from interface nl.mtvehicles.core.events.interfaces.HasVehicle
getVehicle
-
Constructor Details
-
VehiclePlaceEvent
public VehiclePlaceEvent()
-
-
Method Details
-
setCancelled
public void setCancelled(boolean cancelled) Description copied from interface:IsCancellableSets the cancellation state of this event. A cancelled event will not be executed in the server, but will still pass to other plugins.- Specified by:
setCancelledin interfaceorg.bukkit.event.Cancellable- Specified by:
setCancelledin interfaceIsCancellable- Parameters:
cancelled- true if you wish to cancel this event
-
getLicensePlate
Description copied from interface:HasVehicleGet license plate of the vehicle used in the event- Specified by:
getLicensePlatein interfaceHasVehicle- Returns:
- Vehicle's license plate
-
setLicensePlate
Description copied from interface:CanEditLicensePlateSet the license plate of the vehicle used in the event- Specified by:
setLicensePlatein interfaceCanEditLicensePlate- Parameters:
licensePlate- New license plate
-
getLocation
public org.bukkit.Location getLocation()Get the location where vehicle is being placed- Returns:
- Placement location
-
setLocation
public void setLocation(org.bukkit.Location location) Set a new location where the vehicle will be placed- Parameters:
location- New placement location
-