类 ChunkWatchEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.level.ChunkWatchEvent
public abstract class ChunkWatchEvent
extends net.neoforged.bus.api.Event
This event is fired whenever a chunk has a watch-related action.
The player's level may not be the same as the level of the chunk when the player is teleporting to another dimension.
This event is not cancellable and does not
.
引用无效
have a result
This event is fired on the main Forge event bus only on the logical server.
-
嵌套类概要
嵌套类修饰符和类型类说明static class
This event is fired whenever a chunk being watched by aServerPlayer
is transmitted to their client (seePlayerChunkSender.sendNextChunks(ServerPlayer)
).static class
This event is fired whenever aServerPlayer
stops watching a chunk.static class
This event is fired whenever aServerPlayer
begins watching a chunk and the chunk is queued up for sending to the client (seeChunkMap.markChunkPendingToSend(ServerPlayer, LevelChunk)
). -
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
level
-
player
-
pos
-
-
构造器详细资料
-
ChunkWatchEvent
-
-
方法详细资料
-
getPlayer
返回 the server player involved with the watch action。- 返回:
- the server player involved with the watch action
-
getPos
返回 the chunk position this watch event is affecting。- 返回:
- the chunk position this watch event is affecting
-
getLevel
返回 the server level containing the chunk。- 返回:
- the server level containing the chunk
-