类 ChunkEvent<T extends ChunkAccess>
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.LevelEvent
net.neoforged.neoforge.event.level.ChunkEvent<T>
- 直接已知子类:
ChunkDataEvent
,ChunkEvent.Load
,ChunkEvent.Unload
Base class for events involving chunks.
All children of this event are fired on the NeoForge.EVENT_BUS
.
-
嵌套类概要
嵌套类修饰符和类型类说明static class
This event is fired after Minecraft loads aLevelChunk
into the level, on both the client and server.static class
This event is fired when Minecraft unloads a Chunk from the level, just before the side-specific unload method is called.从类继承的嵌套类/接口 net.neoforged.neoforge.event.level.LevelEvent
LevelEvent.CreateSpawnPosition, LevelEvent.PotentialSpawns, LevelEvent.Save
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
从类继承的方法 net.neoforged.neoforge.event.level.LevelEvent
getLevel
-
字段详细资料
-
chunk
-
-
构造器详细资料
-
ChunkEvent
-
ChunkEvent
-
-
方法详细资料
-
getChunk
-