Uses of Interface
net.minecraft.server.level.ChunkTrackingView
Packages that use ChunkTrackingView
-
Uses of ChunkTrackingView in net.minecraft.server.level
Classes in net.minecraft.server.level that implement ChunkTrackingViewFields in net.minecraft.server.level declared as ChunkTrackingViewModifier and TypeFieldDescriptionprivate ChunkTrackingView
ServerPlayer.chunkTrackingView
static final ChunkTrackingView
ChunkTrackingView.EMPTY
Methods in net.minecraft.server.level that return ChunkTrackingViewMethods in net.minecraft.server.level with parameters of type ChunkTrackingViewModifier and TypeMethodDescriptionprivate void
ChunkMap.applyChunkTrackingView
(ServerPlayer pPlayer, ChunkTrackingView pChunkTrackingView) static void
ChunkTrackingView.difference
(ChunkTrackingView pOldChunkTrackingView, ChunkTrackingView pNewChunkTrackingView, Consumer<ChunkPos> pChunkMarker, Consumer<ChunkPos> pChunkDropper) Calculates the chunks that the player needs to drop in theoldChunkTrackingView
and the chunks that need to be sent for thenewChunkTrackingView
.void
ServerPlayer.setChunkTrackingView
(ChunkTrackingView pChunkTrackingView)