Uses of Interface
org.bukkit.entity.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
Modifier and TypeInterfaceDescriptioninterface
Represents a Horse-like creature.interface
Represents a boat entity.interface
Represents a Camel.interface
ABoat
with a chest.interface
Represents Horse-like creatures which can carry an inventory.interface
Represents a Donkey - variant ofChestedHorse
.interface
Represents a Horse.interface
Represents a Llama.interface
Represents a minecart entity.interface
Represents a Mule - variant ofChestedHorse
.interface
Represents a Pig.interface
Represents a SkeletonHorse - variant ofAbstractHorse
.interface
Represents a Strider.interface
Represents a trader Llama.interface
Represents a ZombieHorse - variant ofAbstractHorse
. -
Uses of Vehicle in org.bukkit.entity.boat
Modifier and TypeInterfaceDescriptioninterface
Represents an acacia boat.interface
Represents an acacia chest boat.interface
Represents a bamboo chest raft.interface
Represents a bamboo raft.interface
Represents a birch boat.interface
Represents a birch chest boat.interface
Represents a cherry boat.interface
Represents a cherry chest boat.interface
Represents a dark oak boat.interface
Represents a dark oak chest boat.interface
Represents a jungle boat.interface
Represents a jungle chest boat.interface
Represents a mangrove boat.interface
Represents a mangrove chest boat.interface
Represents an oak boat.interface
Represents an oak chest boat.interface
Represents an pale oak boat.interface
Represents an pale oak chest boat.interface
Represents a spruce boat.interface
Represents a spruce chest boat. -
Uses of Vehicle in org.bukkit.entity.minecart
Modifier and TypeInterfaceDescriptioninterface
interface
Represents a Minecart with TNT inside it that can explode when triggered.interface
Represents a Minecart with a Hopper inside itinterface
Represents a powered minecart.interface
Represents a minecart that can have certainentities
as passengers.interface
Represents a Minecart with anentity spawner
inside it.interface
Represents a minecart with a chest. -
Uses of Vehicle in org.bukkit.event.vehicle
ModifierConstructorDescriptionVehicleBlockCollisionEvent
(@NotNull Vehicle vehicle, @NotNull Block block) Deprecated.VehicleCollisionEvent
(@NotNull Vehicle vehicle) VehicleCreateEvent
(@NotNull Vehicle vehicle) VehicleDamageEvent
(@NotNull Vehicle vehicle, @Nullable Entity attacker, double damage) VehicleDestroyEvent
(@NotNull Vehicle vehicle, @Nullable Entity attacker) VehicleEnterEvent
(@NotNull Vehicle vehicle, @NotNull Entity entered) VehicleEntityCollisionEvent
(@NotNull Vehicle vehicle, @NotNull Entity entity) VehicleEvent
(@NotNull Vehicle vehicle) VehicleExitEvent
(@NotNull Vehicle vehicle, @NotNull LivingEntity exited) VehicleExitEvent
(@NotNull Vehicle vehicle, @NotNull LivingEntity exited, boolean isCancellable) VehicleUpdateEvent
(@NotNull Vehicle vehicle)