Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.movement.MovementInput
Packages that use MovementInput
Package
Description
The Events Implementation package contains all the events VehiclesPlus fires.
The Seat package contains all the Seat Part types.
The Settings Implementation package contains all the implemented setting classes.
-
Uses of MovementInput in nl.sbdeveloper.vehiclesplus.api.events.impl
Methods in nl.sbdeveloper.vehiclesplus.api.events.impl that return MovementInputModifier and TypeMethodDescriptionKeyPressEvent.getInput()
TheMovementInput
, containing the pressed keys.Constructors in nl.sbdeveloper.vehiclesplus.api.events.impl with parameters of type MovementInputModifierConstructorDescriptionKeyPressEvent
(org.bukkit.entity.Player player, MovementInput input) Construct a newKeyPressEvent
. -
Uses of MovementInput in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seat
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seat with parameters of type MovementInputModifier and TypeMethodDescriptionvoid
BikeSeat.handleInput
(MovementInput input) void
Controllable.handleInput
(MovementInput input) Handle the input of the player.void
TurretSeat.handleInput
(MovementInput input) -
Uses of MovementInput in nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl
Methods in nl.sbdeveloper.vehiclesplus.api.vehicles.settings.impl with parameters of type MovementInputModifier and TypeMethodDescriptionint
Gearbox.handleGearbox
(MovementInput input, float currentSpeed) Handle the gearbox.