# 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                                                                                                              |


---

# 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/world.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.
