Uses of Enum
nl.sbdeveloper.vehiclesplus.api.events.impl.VehicleGiveEvent.Source
Packages that use VehicleGiveEvent.Source
Package
Description
The Events Implementation package contains all the events VehiclesPlus fires.
-
Uses of VehicleGiveEvent.Source in nl.sbdeveloper.vehiclesplus.api.events.impl
Methods in nl.sbdeveloper.vehiclesplus.api.events.impl that return VehicleGiveEvent.SourceModifier and TypeMethodDescriptionVehicleGiveEvent.getSource()The source of the give.static VehicleGiveEvent.SourceReturns the enum constant of this type with the specified name.static VehicleGiveEvent.Source[]VehicleGiveEvent.Source.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in nl.sbdeveloper.vehiclesplus.api.events.impl with parameters of type VehicleGiveEvent.SourceModifierConstructorDescriptionVehicleGiveEvent(@NotNull VehicleModel vehicle, @NotNull org.bukkit.command.CommandSender commandSender, @NotNull Garage garage, @NotNull VehicleGiveEvent.Source source) Construct a newVehicleGiveEvent.