Uses of Class
net.minecraft.server.world.ChunkHolder
Packages that use ChunkHolder
-
Uses of ChunkHolder in net.minecraft.server.world
Fields in net.minecraft.server.world declared as ChunkHolderModifier and TypeFieldDescriptionprivate final ChunkHolder
ServerChunkManager.ChunkWithHolder.holder
The field for theholder
record component.Fields in net.minecraft.server.world with type parameters of type ChunkHolderModifier and TypeFieldDescriptionprivate Long2ObjectLinkedOpenHashMap
<ChunkHolder> ServerChunkLoadingManager.chunkHolders
(package private) final Set
<ChunkHolder> ChunkTicketManager.chunkHoldersWithPendingUpdates
private final Long2ObjectLinkedOpenHashMap
<ChunkHolder> ServerChunkLoadingManager.chunksToUnload
private final Long2ObjectLinkedOpenHashMap
<ChunkHolder> ServerChunkLoadingManager.currentChunkHolders
Methods in net.minecraft.server.world that return ChunkHolderModifier and TypeMethodDescriptionprotected abstract @Nullable ChunkHolder
ChunkTicketManager.getChunkHolder
(long pos) protected @Nullable ChunkHolder
ServerChunkLoadingManager.getChunkHolder
(long pos) protected @Nullable ChunkHolder
ServerChunkLoadingManager.TicketManager.getChunkHolder
(long pos) private @Nullable ChunkHolder
ServerChunkManager.getChunkHolder
(long pos) protected @Nullable ChunkHolder
ServerChunkLoadingManager.getCurrentChunkHolder
(long pos) ServerChunkManager.ChunkWithHolder.holder()
Returns the value of theholder
record component.protected abstract @Nullable ChunkHolder
ChunkTicketManager.setLevel
(long pos, int level, @Nullable ChunkHolder holder, int int2) (package private) @Nullable ChunkHolder
ServerChunkLoadingManager.setLevel
(long pos, int level, @Nullable ChunkHolder holder, int int2) Sets the loading level ofChunkHolder
s.protected @Nullable ChunkHolder
ServerChunkLoadingManager.TicketManager.setLevel
(long pos, int level, @Nullable ChunkHolder holder, int int2) Methods in net.minecraft.server.world that return types with arguments of type ChunkHolderModifier and TypeMethodDescriptionprotected Iterable
<ChunkHolder> ServerChunkLoadingManager.entryIterator()
Methods in net.minecraft.server.world with parameters of type ChunkHolderModifier and TypeMethodDescriptionprivate CompletableFuture
<OptionalChunk<List<Chunk>>> ServerChunkLoadingManager.getRegion
(ChunkHolder centerChunk, int margin, IntFunction<ChunkStatus> distanceToStatus) private boolean
ServerChunkManager.isMissingForLevel
(@Nullable ChunkHolder holder, int maxLevel) ServerChunkLoadingManager.makeChunkAccessible
(ChunkHolder holder) ServerChunkLoadingManager.makeChunkEntitiesTickable
(ChunkHolder holder) ServerChunkLoadingManager.makeChunkTickable
(ChunkHolder holder) private boolean
ServerChunkLoadingManager.save
(ChunkHolder chunkHolder) protected abstract @Nullable ChunkHolder
ChunkTicketManager.setLevel
(long pos, int level, @Nullable ChunkHolder holder, int int2) (package private) @Nullable ChunkHolder
ServerChunkLoadingManager.setLevel
(long pos, int level, @Nullable ChunkHolder holder, int int2) Sets the loading level ofChunkHolder
s.protected @Nullable ChunkHolder
ServerChunkLoadingManager.TicketManager.setLevel
(long pos, int level, @Nullable ChunkHolder holder, int int2) private void
ServerChunkLoadingManager.tryUnloadChunk
(long pos, ChunkHolder holder) Constructors in net.minecraft.server.world with parameters of type ChunkHolderModifierConstructorDescription(package private)
ChunkWithHolder
(WorldChunk worldChunk, ChunkHolder chunkHolder)