Lukkit
  • Home
  • Getting Started
    • Installing Lukkit
    • Your First Plugin
    • Packing and Publishing
  • Storage
    • The StorageObject
    • Example
  • Commands
    • Command Options
    • Command Event
    • Examples
  • Gui
    • Create a simple inv
    • Create an advanced inv
    • Run function if an inventory item has been clicked
  • Events
    • Examples
    • Event List
      • Block
      • Enchantment
      • Entity
      • Hanging
      • Inventory
      • Player
      • Server
      • Vehicle
      • Weather
      • World
  • Globals
    • Global Functions
    • Global Variables
      • Plugin
      • Logging
      • Utilities
  • Wrappers
  • Examples
    • Discord Webhooks (http)
    • Toggle Fly
    • Hello, world!
Powered by GitBook
On this page
  1. Events
  2. Event List

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

PreviousServerNextWeather

Last updated 6 years ago