Uses of Class
net.minecraft.server.level.ChunkHolder
Packages that use ChunkHolder
Package
Description
-
Uses of ChunkHolder in net.minecraft.server.level
Fields in net.minecraft.server.level declared as ChunkHolderModifier and TypeFieldDescriptionprivate final ChunkHolderServerChunkCache.ChunkAndHolder.holderThe field for theholderrecord component.Fields in net.minecraft.server.level with type parameters of type ChunkHolderModifier and TypeFieldDescription(package private) final Set<ChunkHolder> DistanceManager.chunksToUpdateFuturesprivate final it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap<ChunkHolder> ChunkMap.pendingUnloadsprivate final it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap<ChunkHolder> ChunkMap.updatingChunkMapprivate it.unimi.dsi.fastutil.longs.Long2ObjectLinkedOpenHashMap<ChunkHolder> ChunkMap.visibleChunkMapMethods in net.minecraft.server.level that return ChunkHolderModifier and TypeMethodDescriptionprotected ChunkHolderChunkMap.DistanceManager.getChunk(long p_140469_) protected abstract ChunkHolderDistanceManager.getChunk(long p_140817_) protected ChunkHolderChunkMap.getUpdatingChunkIfPresent(long p_140175_) ChunkMap.getVisibleChunkIfPresent(long p_140328_) private ChunkHolderServerChunkCache.getVisibleChunkIfPresent(long p_8365_) ServerChunkCache.ChunkAndHolder.holder()Returns the value of theholderrecord component.protected ChunkHolderChunkMap.DistanceManager.updateChunkScheduling(long p_140464_, int p_140465_, ChunkHolder p_140466_, int p_140467_) (package private) ChunkHolderChunkMap.updateChunkScheduling(long p_140177_, int p_140178_, ChunkHolder p_140179_, int p_140180_) protected abstract ChunkHolderDistanceManager.updateChunkScheduling(long p_140780_, int p_140781_, ChunkHolder p_140782_, int p_140783_) Methods in net.minecraft.server.level that return types with arguments of type ChunkHolderMethods in net.minecraft.server.level with parameters of type ChunkHolderModifier and TypeMethodDescriptionprivate booleanServerChunkCache.chunkAbsent(ChunkHolder p_8417_, int p_8418_) private CompletableFuture<ChunkResult<List<ChunkAccess>>> ChunkMap.getChunkRangeFuture(ChunkHolder p_281446_, int p_282030_, IntFunction<ChunkStatus> p_282923_) ChunkMap.prepareAccessibleChunk(ChunkHolder p_143110_) ChunkMap.prepareEntityTickingChunk(ChunkHolder p_281455_) ChunkMap.prepareTickingChunk(ChunkHolder p_143054_) private booleanChunkMap.saveChunkIfNeeded(ChunkHolder p_198875_) private voidChunkMap.scheduleUnload(long p_140182_, ChunkHolder p_140183_) protected ChunkHolderChunkMap.DistanceManager.updateChunkScheduling(long p_140464_, int p_140465_, ChunkHolder p_140466_, int p_140467_) (package private) ChunkHolderChunkMap.updateChunkScheduling(long p_140177_, int p_140178_, ChunkHolder p_140179_, int p_140180_) protected abstract ChunkHolderDistanceManager.updateChunkScheduling(long p_140780_, int p_140781_, ChunkHolder p_140782_, int p_140783_) Constructors in net.minecraft.server.level with parameters of type ChunkHolderModifierConstructorDescription(package private)ChunkAndHolder(LevelChunk chunk, ChunkHolder holder) Creates an instance of aChunkAndHolderrecord class. -
Uses of ChunkHolder in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type ChunkHolderModifier and TypeMethodDescriptionstatic voidEventHooks.fireChunkTicketLevelUpdated(ServerLevel level, long chunkPos, int oldTicketLevel, int newTicketLevel, @Nullable ChunkHolder chunkHolder) -
Uses of ChunkHolder in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as ChunkHolderModifier and TypeFieldDescriptionprivate final @Nullable ChunkHolderChunkTicketLevelUpdatedEvent.chunkHolderMethods in net.neoforged.neoforge.event.level that return ChunkHolderModifier and TypeMethodDescription@Nullable ChunkHolderChunkTicketLevelUpdatedEvent.getChunkHolder()Returns chunk that had its ticket level updated.Constructors in net.neoforged.neoforge.event.level with parameters of type ChunkHolderModifierConstructorDescriptionChunkTicketLevelUpdatedEvent(ServerLevel level, long chunkPos, int oldTicketLevel, int newTicketLevel, @Nullable ChunkHolder chunkHolder)