Uses of Class
net.neoforged.neoforge.event.level.ChunkEvent

Packages that use ChunkEvent
Package
Description
 
  • Uses of ChunkEvent in net.neoforged.neoforge.event.level

    Modifier and Type
    Class
    Description
    class 
    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 provided SerializableChunkData and is about to be marked as loaded.
    static class 
    ChunkDataEvent.Save is fired after the chunk has been serialized to the provided SerializableChunkData 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 a LevelChunk 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.