Class ChunkWatchEvent.Sent

java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.ChunkWatchEvent
net.neoforged.neoforge.event.level.ChunkWatchEvent.Sent
Enclosing class:
ChunkWatchEvent

public static class ChunkWatchEvent.Sent extends ChunkWatchEvent
This event is fired whenever a chunk being watched by a ServerPlayer is transmitted to their client (see PlayerChunkSender.sendNextChunks(ServerPlayer)).

This event may be used to send additional chunk-related data to the client.

This event is not cancellable and does not

invalid reference
have a result
.

This event is fired on the main Forge event bus only on the logical server.