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 TypeClassDescriptionclassChunkDataEvent is fired when a chunk is about to be loaded from disk or saved to disk.static classChunkDataEvent.Load is fired when the chunk has been created from the providedSerializableChunkDataand is about to be marked as loaded.static classChunkDataEvent.Save is fired after the chunk has been serialized to the providedSerializableChunkDatawhich is about to be handed off to a background thread to be written to disk.static classThis event is fired after Minecraft loads aLevelChunkinto the level, on both the client and server.static classThis event is fired when Minecraft unloads a Chunk from the level, just before the side-specific unload method is called.