Uses of Interface
org.bukkit.entity.Vehicle
Packages that use Vehicle
Package
Description
Interfaces for non-voxel objects that can exist in a
world, including all players, monsters, projectiles, etc.Interfaces for various
Boat types.Interfaces for various
Minecart types.Events relating to vehicular entities.-
Uses of Vehicle in org.bukkit.entity
Subinterfaces of Vehicle in org.bukkit.entityModifier and TypeInterfaceDescriptioninterfaceRepresents a Horse-like creature.interfaceRepresents a boat entity.interfaceRepresents a Camel.interfaceABoatwith a chest.interfaceRepresents Horse-like creatures which can carry an inventory.interfaceRepresents a Donkey - variant ofChestedHorse.interfaceRepresents a Happy Ghast.interfaceRepresents a Horse.interfaceRepresents a Llama.interfaceRepresents a minecart entity.interfaceRepresents a Mule - variant ofChestedHorse.interfaceRepresents a Pig.interfaceRepresents a SkeletonHorse - variant ofAbstractHorse.interfaceRepresents a Strider.interfaceRepresents a trader Llama.interfaceRepresents a ZombieHorse - variant ofAbstractHorse. -
Uses of Vehicle in org.bukkit.entity.boat
Subinterfaces of Vehicle in org.bukkit.entity.boatModifier and TypeInterfaceDescriptioninterfaceRepresents an acacia boat.interfaceRepresents an acacia chest boat.interfaceRepresents a bamboo chest raft.interfaceRepresents a bamboo raft.interfaceRepresents a birch boat.interfaceRepresents a birch chest boat.interfaceRepresents a cherry boat.interfaceRepresents a cherry chest boat.interfaceRepresents a dark oak boat.interfaceRepresents a dark oak chest boat.interfaceRepresents a jungle boat.interfaceRepresents a jungle chest boat.interfaceRepresents a mangrove boat.interfaceRepresents a mangrove chest boat.interfaceRepresents an oak boat.interfaceRepresents an oak chest boat.interfaceRepresents an pale oak boat.interfaceRepresents an pale oak chest boat.interfaceRepresents a spruce boat.interfaceRepresents a spruce chest boat. -
Uses of Vehicle in org.bukkit.entity.minecart
Subinterfaces of Vehicle in org.bukkit.entity.minecartModifier and TypeInterfaceDescriptioninterfaceinterfaceRepresents a Minecart with TNT inside it that can explode when triggered.interfaceRepresents a Minecart with a Hopper inside itinterfaceRepresents a powered minecart.interfaceRepresents a minecart that can have certainentitiesas passengers.interfaceRepresents a Minecart with anentity spawnerinside it.interfaceRepresents a minecart with a chest. -
Uses of Vehicle in org.bukkit.event.vehicle
Fields in org.bukkit.event.vehicle declared as VehicleMethods in org.bukkit.event.vehicle that return VehicleConstructors in org.bukkit.event.vehicle with parameters of type VehicleModifierConstructorDescriptionVehicleBlockCollisionEvent(Vehicle vehicle, Block block) VehicleCollisionEvent(Vehicle vehicle) VehicleCreateEvent(Vehicle vehicle) VehicleDamageEvent(Vehicle vehicle, Entity attacker, double damage) VehicleDestroyEvent(Vehicle vehicle, Entity attacker) VehicleEnterEvent(Vehicle vehicle, Entity entered) VehicleEntityCollisionEvent(Vehicle vehicle, Entity entity) VehicleEvent(Vehicle vehicle) VehicleExitEvent(Vehicle vehicle, LivingEntity exited) VehicleMoveEvent(Vehicle vehicle, Location from, Location to) VehicleUpdateEvent(Vehicle vehicle)