Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl.Sounds.SoundsBuilder
Packages that use Sounds.SoundsBuilder
Package
Description
The Settings Implementation package contains all the implemented setting classes.
-
Uses of Sounds.SoundsBuilder in nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl that return Sounds.SoundsBuilderModifier and TypeMethodDescriptionSounds.SoundsBuilder.accelerate
(Sounds.Sound accelerate) The sound played when the vehicle is accelerating, so W is pressed.static Sounds.SoundsBuilder
Sounds.builder()
Sounds.SoundsBuilder.driving
(Sounds.Sound driving) The sound played when the vehicle is driving, even if it's accelerating / slowing down.Sounds.SoundsBuilder.idle
(Sounds.Sound idle) The sound played when the vehicle is in idle, so not moving.Sounds.SoundsBuilder.slowingDown
(Sounds.Sound slowingDown) The sound played when the vehicle is slowing down / breaking, so S is pressed.Sounds.SoundsBuilder.start
(Sounds.Sound start) The sound played when the vehicle is started, so when it starts moving.