| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vehicle | |
|---|---|
| org.bukkit.entity | Interfaces for non-voxel objects that can exist in a world, including all players, monsters, projectiles, etc. | 
| org.bukkit.entity.minecart | Interfaces for various Minecarttypes. | 
| org.bukkit.event.vehicle | Eventsrelating tovehicular entities. | 
| Uses of Vehicle in org.bukkit.entity | 
|---|
| Subinterfaces of Vehicle in org.bukkit.entity | |
|---|---|
|  interface | BoatRepresents a boat entity. | 
|  interface | MinecartRepresents a minecart entity. | 
|  interface | PigRepresents a Pig. | 
| Uses of Vehicle in org.bukkit.entity.minecart | 
|---|
| Subinterfaces of Vehicle in org.bukkit.entity.minecart | |
|---|---|
|  interface | ExplosiveMinecartRepresents a Minecart with TNT inside it that can explode when triggered. | 
|  interface | HopperMinecartRepresents a Minecart with a Hopper inside it | 
|  interface | PoweredMinecartRepresents a powered minecart. | 
|  interface | RideableMinecartRepresents a minecart that can have certain entitiesas passengers. | 
|  interface | SpawnerMinecartRepresents a Minecart with an entity spawnerinside it. | 
|  interface | StorageMinecartRepresents a minecart with a chest. | 
| Uses of Vehicle in org.bukkit.event.vehicle | 
|---|
| Fields in org.bukkit.event.vehicle declared as Vehicle | |
|---|---|
| protected  Vehicle | VehicleEvent.vehicle | 
| Methods in org.bukkit.event.vehicle that return Vehicle | |
|---|---|
|  Vehicle | VehicleEvent.getVehicle()Get the vehicle. | 
| Constructors in org.bukkit.event.vehicle with parameters of type Vehicle | |
|---|---|
| VehicleBlockCollisionEvent(Vehicle vehicle,
                           Block block) | |
| VehicleCollisionEvent(Vehicle vehicle) | |
| VehicleCreateEvent(Vehicle vehicle) | |
| VehicleDamageEvent(Vehicle vehicle,
                   Entity attacker,
                   int 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) | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||