Package org.bukkit.event.vehicle
Class VehicleBlockCollisionEvent
java.lang.Object
org.bukkit.event.Event
org.bukkit.event.vehicle.VehicleEvent
org.bukkit.event.vehicle.VehicleCollisionEvent
org.bukkit.event.vehicle.VehicleBlockCollisionEvent
Raised when a vehicle collides with a block.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.bukkit.event.EventEvent.Result
- 
Field SummaryFields inherited from class org.bukkit.event.vehicle.VehicleEventvehicle
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetBlock()Gets the block the vehicle collided withstatic HandlerListMethods inherited from class org.bukkit.event.vehicle.VehicleEventgetVehicleMethods inherited from class org.bukkit.event.EventgetEventName, isAsynchronous
- 
Constructor Details- 
VehicleBlockCollisionEvent
 
- 
- 
Method Details- 
getBlockGets the block the vehicle collided with- Returns:
- the block the vehicle collided with
 
- 
getHandlers- Specified by:
- getHandlersin class- Event
 
- 
getHandlerList
 
-