# Vehicle

Events for vehicular entities.

| Event                       | Description                                                                                      |
| --------------------------- | ------------------------------------------------------------------------------------------------ |
| VehicleBlockCollisionEvent  | Raised when a vehicle collides with a block.                                                     |
| VehicleCollisionEvent       | Raised when a vehicle collides.                                                                  |
| VehicleCreateEvent          | Raised when a vehicle is created.                                                                |
| VehicleDamageEvent          | Raised when a vehicle receives damage.                                                           |
| VehicleDestroyEvent         | Raised when a vehicle is destroyed, which could be caused by either a player or the environment. |
| VehicleEnterEvent           | Raised when an entity enters a vehicle.                                                          |
| VehicleEntityCollisionEvent | Raised when a vehicle collides with an entity.                                                   |
| VehicleEvent                | Represents a vehicle-related event.                                                              |
| VehicleExitEvent            | Raised when a living entity exits a vehicle.                                                     |
| VehicleMoveEvent            | Raised when a vehicle moves.                                                                     |
| VehicleUpdateEvent          | Called when a vehicle updates                                                                    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.lukkit.net/events/event-list/vehicle.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
