Uses of Class
nl.mtvehicles.core.infrastructure.vehicle.Vehicle
Packages that use Vehicle
Package
Description
API Events
Interfaces for API events
Classes with methods for different configuration files
Chiefly abstract classes for the plugin's functionality and Vehicles
-
Uses of Vehicle in nl.mtvehicles.core.events
Methods in nl.mtvehicles.core.events that return VehicleModifier and TypeMethodDescriptionVehicleAddMemberEvent.getVehicle()
VehicleAddRiderEvent.getVehicle()
VehicleDamageEvent.getVehicle()
VehicleEnterEvent.getVehicle()
VehicleFuelEvent.getVehicle()
VehicleLeaveEvent.getVehicle()
VehicleOpenTrunkEvent.getVehicle()
VehiclePickUpEvent.getVehicle()
VehiclePlaceEvent.getVehicle()
VehicleRemoveMemberEvent.getVehicle()
VehicleRemoveRiderEvent.getVehicle()
-
Uses of Vehicle in nl.mtvehicles.core.events.interfaces
Methods in nl.mtvehicles.core.events.interfaces that return Vehicle -
Uses of Vehicle in nl.mtvehicles.core.infrastructure.dataconfig
Methods in nl.mtvehicles.core.infrastructure.dataconfig with parameters of type Vehicle -
Uses of Vehicle in nl.mtvehicles.core.infrastructure.models
Methods in nl.mtvehicles.core.infrastructure.models that return VehicleModifier and TypeMethodDescriptionstatic Vehicle
VehicleUtils.getByLicensePlate(String licensePlate)
Deprecated.protected Vehicle
MTVehicleSubCommand.getVehicle()
Get vehicle used in the command.static Vehicle
VehicleUtils.getVehicle(String licensePlate)
Get the Vehicle instance by a vehicle's license place
VehicleUtils.getVehicle(String)
.