public class Seat extends Part
Constructor and Description |
---|
Seat() |
Seat(java.lang.Double xOffset,
java.lang.Double yOffset,
java.lang.Double zOffset,
java.lang.Boolean steer) |
Modifier and Type | Method and Description |
---|---|
void |
enter(org.bukkit.entity.Player toEnter) |
void |
spawnStand(org.bukkit.Location base,
SpawnedVehicle owningVehicle) |
applyExtraOffset, despawnStand
public Seat(java.lang.Double xOffset, java.lang.Double yOffset, java.lang.Double zOffset, java.lang.Boolean steer)
public Seat()
public void spawnStand(org.bukkit.Location base, SpawnedVehicle owningVehicle)
spawnStand
in class Part
public void enter(org.bukkit.entity.Player toEnter)