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

World

Events that are triggered through changes to the world.

Event

Description

ChunkEvent

Represents a Chunk related event

ChunkLoadEvent

Called when a chunk is loaded

ChunkPopulateEvent

Thrown when a new chunk has finished being populated.

ChunkUnloadEvent

Called when a chunk is unloaded

PortalCreateEvent

Called when a portal is created

SpawnChangeEvent

An event that is called when a world's spawn changes.

StructureGrowEvent

Event that is called when an organic structure attempts to grow (Sapling -> Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.

WorldEvent

Represents events within a world

WorldInitEvent

Called when a World is initializing

WorldLoadEvent

Called when a World is loaded

WorldSaveEvent

Called when a World is saved.

WorldUnloadEvent

Called when a World is unloaded

PreviousWeatherNextGlobals

Last updated 6 years ago