Package | Description |
---|---|
org.bukkit.event.world |
Modifier and Type | Class | Description |
---|---|---|
class |
ChunkEvent |
Represents a Chunk related event
|
class |
ChunkLoadEvent |
Called when a chunk is loaded
|
class |
ChunkPopulateEvent |
Thrown when a new chunk has finished being populated.
|
class |
ChunkUnloadEvent |
Called when a chunk is unloaded
|
class |
PortalCreateEvent |
Called when a portal is created
|
class |
SpawnChangeEvent |
An event that is called when a world's spawn changes.
|
class |
StructureGrowEvent |
Event that is called when an organic structure attempts to grow (Sapling ->
Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.
|
class |
WorldInitEvent |
Called when a World is initializing
|
class |
WorldLoadEvent |
Called when a World is loaded
|
class |
WorldSaveEvent |
Called when a World is saved.
|
class |
WorldUnloadEvent |
Called when a World is unloaded
|
Copyright © 2018. All rights reserved.