Uses of Enum Class
nl.mtvehicles.core.infrastructure.vehicle.Vehicle.Seat
-
Uses of Vehicle.Seat in nl.mtvehicles.core.infrastructure.vehicle
Modifier and TypeMethodDescriptionstatic Vehicle.Seat
Vehicle.Seat.getSeat(org.bukkit.entity.Player player)
Get the place where a player is seatedstatic Vehicle.Seat
VehicleUtils.getSeat(org.bukkit.entity.Player player)
Shortcut forgetSeat(Player)
static Vehicle.Seat
Returns the enum constant of this class with the specified name.static Vehicle.Seat[]
Vehicle.Seat.values()
Returns an array containing the constants of this enum class, in the order they are declared.