Class ChunkEvent

java.lang.Object
net.minecraftforge.eventbus.api.Event
net.minecraftforge.event.world.WorldEvent
net.minecraftforge.event.world.ChunkEvent
Direct Known Subclasses:
ChunkDataEvent, ChunkEvent.Load, ChunkEvent.Unload

public class ChunkEvent extends WorldEvent
ChunkEvent is fired when an event involving a chunk occurs.
If a method utilizes this Event as its parameter, the method will receive every child event of this class.

chunk contains the Chunk this event is affecting.

All children of this event are fired on the MinecraftForge.EVENT_BUS.