Chunk Watch Event
To use this event use the following import:
groovy
import net.minecraftforge.event.world.ChunkWatchEvent
Methods
groovy
net.minecraft.world.chunk.Chunk getChunkInstance()
groovy
net.minecraft.entity.player.EntityPlayerMP getPlayer()
groovy
net.minecraft.util.math.ChunkPos getChunk()