Package org.bukkit.entity
Interface Vehicle
- All Superinterfaces:
CommandSender,Entity,Metadatable,Permissible,ServerOperator
- All Known Subinterfaces:
Boat,CommandMinecart,ExplosiveMinecart,HopperMinecart,Horse,Minecart,Pig,PoweredMinecart,PoweredMinecart,RideableMinecart,SpawnerMinecart,StorageMinecart,StorageMinecart
public interface Vehicle extends Entity
Represents a vehicle entity.
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description VectorgetVelocity()Gets the vehicle's velocity.voidsetVelocity(Vector vel)Sets the vehicle's velocity.Methods inherited from interface org.bukkit.entity.Entity
eject, getCustomName, getEntityId, getFallDistance, getFireTicks, getLastDamageCause, getLocation, getLocation, getMaxFireTicks, getNearbyEntities, getPassenger, getServer, getTicksLived, getType, getUniqueId, getVehicle, getWorld, isCustomNameVisible, isDead, isEmpty, isInsideVehicle, isOnGround, isValid, leaveVehicle, playEffect, remove, setCustomName, setCustomNameVisible, setFallDistance, setFireTicks, setLastDamageCause, setPassenger, setTicksLived, spigot, teleport, teleport, teleport, teleportMethods inherited from interface org.bukkit.metadata.Metadatable
getMetadata, hasMetadata, removeMetadata, setMetadataMethods inherited from interface org.bukkit.permissions.Permissible
addAttachment, addAttachment, addAttachment, addAttachment, getEffectivePermissions, hasPermission, hasPermission, isPermissionSet, isPermissionSet, recalculatePermissions, removeAttachment
-
Method Details
-
getVelocity
Vector getVelocity()Gets the vehicle's velocity.- Specified by:
getVelocityin interfaceEntity- Returns:
- velocity vector
-
setVelocity
Sets the vehicle's velocity.- Specified by:
setVelocityin interfaceEntity- Parameters:
vel- velocity vector
-