public class ChunkEvent extends WorldEvent
Event as its parameter, the method will
 receive every child event of this class.chunk contains the Chunk this event is affecting.MinecraftForge.EVENT_BUS.| 修飾子とタイプ | クラスと説明 | 
|---|---|
| static class  | ChunkEvent.LoadChunkEvent.Load is fired when vanilla Minecraft attempts to load a Chunk into the world. | 
| static class  | ChunkEvent.UnloadChunkEvent.Unload is fired when vanilla Minecraft attempts to unload a Chunk from the world. | 
WorldEvent.CreateSpawnPosition, WorldEvent.PotentialSpawns, WorldEvent.SaveEvent.HasResult, Event.Result| コンストラクタと説明 | 
|---|
| ChunkEvent(IChunk chunk) | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| IChunk | getChunk() | 
getWorldgetListenerList, getParentListenerList, getPhase, getResult, hasResult, isCancelable, isCanceled, setCanceled, setPhase, setResult, setup