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 player, ChunkTrackingView chunkTrackingView) static voidChunkTrackingView.difference(ChunkTrackingView oldChunkTrackingView, ChunkTrackingView newChunkTrackingView, Consumer<ChunkPos> chunkMarker, Consumer<ChunkPos> chunkDropper) Calculates the chunks that the player needs to drop in theoldChunkTrackingViewand the chunks that need to be sent for thenewChunkTrackingView.voidServerPlayer.setChunkTrackingView(ChunkTrackingView chunkTrackingView)