Uses of Enum Class
zombie.vehicles.VehicleAlarmEvent
Packages that use VehicleAlarmEvent
-
Uses of VehicleAlarmEvent in zombie.vehicles
Subclasses with type arguments of type VehicleAlarmEvent in zombie.vehiclesMethods in zombie.vehicles that return VehicleAlarmEventModifier and TypeMethodDescriptionstatic VehicleAlarmEventReturns the enum constant of this class with the specified name.static VehicleAlarmEvent[]VehicleAlarmEvent.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in zombie.vehicles with parameters of type VehicleAlarmEventModifier and TypeMethodDescriptionvoidBaseVehicle.onVehicleAlarmEvent(VehicleAlarmEvent event) voidIVehicleAlarmListener.onVehicleAlarmEvent(VehicleAlarmEvent var1) voidVirtualVehicle.onVehicleAlarmEvent(VehicleAlarmEvent event)