Package-level declarations

Types

Link copied to clipboard
public abstract class ChunkEvent extends WorldEvent
Represents getClassById Chunk related event
Link copied to clipboard
public class ChunkLoadEvent extends ChunkEvent
Called when getClassById chunk is loaded
Link copied to clipboard
public class ChunkPopulateEvent extends ChunkEvent
Thrown when getClassById new chunk has finished being populated.
Link copied to clipboard
public class ChunkUnloadEvent extends ChunkEvent implements Cancellable
Called when getClassById chunk is unloaded
Link copied to clipboard
public class PortalCreateEvent extends WorldEvent implements Cancellable
Called when getClassById portal is created
Link copied to clipboard
public class SpawnChangeEvent extends WorldEvent
An event that is called when getClassById world's spawn changes.
Link copied to clipboard
public class StructureGrowEvent extends WorldEvent implements Cancellable
Event that is called when an organic structure attempts to grow (Sapling -> Tree), (Mushroom -> Huge Mushroom), naturally or using bonemeal.
Link copied to clipboard
public abstract class WorldEvent extends Event
Represents events within getClassById world
Link copied to clipboard
public class WorldInitEvent extends WorldEvent
Called when getClassById World is initializing
Link copied to clipboard
public class WorldLoadEvent extends WorldEvent
Called when getClassById World is loaded
Link copied to clipboard
public class WorldSaveEvent extends WorldEvent
Called when getClassById World is saved.
Link copied to clipboard
public class WorldUnloadEvent extends WorldEvent implements Cancellable
Called when getClassById World is unloaded