Uses of Interface
net.minecraft.server.network.ChunkFilter
Packages that use ChunkFilter
-
Uses of ChunkFilter in net.minecraft.server.network
Classes in net.minecraft.server.network that implement ChunkFilterFields in net.minecraft.server.network declared as ChunkFilterModifier and TypeFieldDescriptionprivate ChunkFilterServerPlayerEntity.chunkFilterstatic final ChunkFilterChunkFilter.IGNORE_ALLMethods in net.minecraft.server.network that return ChunkFilterModifier and TypeMethodDescriptionstatic ChunkFilterChunkFilter.cylindrical(ChunkPos center, int viewDistance) ServerPlayerEntity.getChunkFilter()Methods in net.minecraft.server.network with parameters of type ChunkFilterModifier and TypeMethodDescriptionstatic voidChunkFilter.forEachChangedChunk(ChunkFilter oldFilter, ChunkFilter newFilter, Consumer<ChunkPos> newlyIncluded, Consumer<ChunkPos> justRemoved) voidServerPlayerEntity.setChunkFilter(ChunkFilter chunkFilter) -
Uses of ChunkFilter in net.minecraft.server.world
Methods in net.minecraft.server.world with parameters of type ChunkFilterModifier and TypeMethodDescriptionprivate voidServerChunkLoadingManager.sendWatchPackets(ServerPlayerEntity player, ChunkFilter chunkFilter)