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 ChunkTrackingViewServerPlayer.chunkTrackingViewstatic final ChunkTrackingViewChunkTrackingView.EMPTYMethods in net.minecraft.server.level that return ChunkTrackingViewMethods in net.minecraft.server.level with parameters of type ChunkTrackingViewModifier and TypeMethodDescriptionprivate voidChunkMap.applyChunkTrackingView(ServerPlayer pPlayer, ChunkTrackingView pChunkTrackingView) static voidChunkTrackingView.difference(ChunkTrackingView pOldChunkTrackingView, ChunkTrackingView pNewChunkTrackingView, Consumer<ChunkPos> pChunkMarker, Consumer<ChunkPos> pChunkDropper) Calculates the chunks that the player needs to drop in theoldChunkTrackingViewand the chunks that need to be sent for thenewChunkTrackingView.voidServerPlayer.setChunkTrackingView(ChunkTrackingView pChunkTrackingView)