Called when a Chunk is loaded or newly created by the world generator.
Definition at line 32 of file ChunkLoadEvent.php.
◆ __construct()
pocketmine\event\world\ChunkLoadEvent::__construct |
( |
World | $world, |
|
|
int | $chunkX, |
|
|
int | $chunkZ, |
|
|
Chunk | $chunk, |
|
|
private bool | $newChunk ) |
◆ call()
pocketmine\event\Event::call |
( |
| ) |
|
|
inherited |
Calls event handlers registered for this event.
- Exceptions
-
RuntimeException if event call recursion reaches the max depth limit
Definition at line 49 of file Event.php.
◆ getChunk()
pocketmine\event\world\ChunkEvent::getChunk |
( |
| ) |
|
|
inherited |
◆ getChunkX()
pocketmine\event\world\ChunkEvent::getChunkX |
( |
| ) |
|
|
inherited |
◆ getChunkZ()
pocketmine\event\world\ChunkEvent::getChunkZ |
( |
| ) |
|
|
inherited |
◆ getEventName()
pocketmine\event\Event::getEventName |
( |
| ) |
|
|
finalinherited |
◆ getWorld()
pocketmine\event\world\WorldEvent::getWorld |
( |
| ) |
|
|
inherited |
◆ hasHandlers()
static pocketmine\event\Event::hasHandlers |
( |
| ) |
|
|
staticinherited |
Returns whether the current class context has any registered global handlers. This can be used in hot code paths to avoid unnecessary event object creation.
Usage: SomeEventClass::hasHandlers()
Definition at line 77 of file Event.php.
◆ isNewChunk()
pocketmine\event\world\ChunkLoadEvent::isNewChunk |
( |
| ) |
|
Returns whether the chunk is newly generated. If false, the chunk was loaded from storage.
Definition at line 47 of file ChunkLoadEvent.php.
◆ $eventName
string pocketmine\event\Event::$eventName = null |
|
protectedinherited |
The documentation for this class was generated from the following file: