Uses of Class
nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seat.Seat
Packages that use Seat
Package
Description
The Events Implementation package contains all the events VehiclesPlus fires.
The Seat package contains all the Seat Part types.
-
Uses of Seat in nl.sbdeveloper.vehiclesplus.api.events.impl
Methods in nl.sbdeveloper.vehiclesplus.api.events.impl that return SeatModifier and TypeMethodDescriptionVehicleEnterEvent.getSeat()
TheSeat
the player entered.VehicleLeaveEvent.getSeat()
TheSeat
the player left.Constructors in nl.sbdeveloper.vehiclesplus.api.events.impl with parameters of type SeatModifierConstructorDescriptionVehicleEnterEvent
(SpawnedVehicle vehicle, org.bukkit.entity.Player player, Seat seat) Construct a newVehicleEnterEvent
.VehicleLeaveEvent
(DrivableVehicle vehicle, org.bukkit.entity.Player player, Seat seat) Construct a newVehicleLeaveEvent
. -
Uses of Seat in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seat
Subclasses of Seat in nl.sbdeveloper.vehiclesplus.api.vehicles.parts.impl.seat