Uses of Class
net.neoforged.neoforge.event.level.ChunkEvent
Packages that use ChunkEvent
-
Uses of ChunkEvent in net.neoforged.neoforge.event.level
Subclasses of ChunkEvent in net.neoforged.neoforge.event.levelModifier and TypeClassDescriptionclass
ChunkDataEvent is fired when a chunk is about to be loaded from disk or saved to disk.static class
ChunkDataEvent.Load is fired when the chunk has been created from the providedSerializableChunkData
and is about to be marked as loaded.static class
ChunkDataEvent.Save is fired after the chunk has been serialized to the providedSerializableChunkData
which is about to be handed off to a background thread to be written to disk.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.