History - net.minecraft.server.level.ChunkGenerationTask
1.21.3
Names
apy
arj
Fields
GeneratingChunkMap: b, chunkMap, field_51851, chunkLoadingManager, f_337096_
GeneratingChunkMap: b, chunkMap, field_51851, chunkLoadingManager
ChunkPos: c, pos, field_51852, pos, f_337169_
ChunkPos: c, pos, field_51852, pos
ChunkStatus: d, scheduledStatus, field_51853, currentlyLoadingStatus, f_336986_
ChunkStatus: d, scheduledStatus, field_51853, currentlyLoadingStatus
ChunkStatus: a, targetStatus, field_51850, targetStatus, f_337141_
ChunkStatus: a, targetStatus, field_51850, targetStatus
boolean: e, markedForCancellation, field_51854, pendingDisposal, f_336853_
boolean: e, markedForCancellation, field_51854, pendingDisposal
List<CompletableFuture<ChunkResult<ChunkAccess>>>: f, scheduledLayer, field_51855, futures, f_337420_
List<CompletableFuture<ChunkResult<ChunkAccess>>>: f, scheduledLayer, field_51855, futures
StaticCache2D<GenerationChunkHolder>: g, cache, field_51856, chunks, f_337137_
StaticCache2D<GenerationChunkHolder>: g, cache, field_51856, chunks
boolean: h, needsGeneration, field_51857, allowGeneration, f_337333_
boolean: h, needsGeneration, field_51857, allowGeneration
Constructors
Methods
ChunkGenerationTask (GeneratingChunkMap, ChunkStatus, ChunkPos): a, create, method_60426, create, m_339931_
ChunkGenerationTask (GeneratingChunkMap, ChunkStatus, ChunkPos): a, create, method_60426, create
CompletableFuture<?> (): a, runUntilWait, method_60424, run, m_340381_
CompletableFuture<?> (): a, runUntilWait, method_60424, run
void (): d, scheduleNextLayer, method_60432, loadNextStatus, m_339326_
void (): d, scheduleNextLayer, method_60432, loadNextStatus
void (): b, markForCancellation, method_60429, markPendingDisposal, m_339480_
void (): b, markForCancellation, method_60429, markPendingDisposal
void (): e, releaseClaim, method_60433, dispose, m_340204_
void (): e, releaseClaim, method_60433, dispose
boolean (): f, canLoadWithoutGeneration, method_60434, isGenerationUnnecessary, m_339361_
boolean (): f, canLoadWithoutGeneration, method_60434, isGenerationUnnecessary
GenerationChunkHolder (): c, getCenter, method_60431, getHolder, m_340452_
GenerationChunkHolder (): c, getCenter, method_60431, getHolder
void (ChunkStatus, boolean): a, scheduleLayer, method_60427, loadAll, m_339141_
void (ChunkStatus, boolean): a, scheduleLayer, method_60427, loadAll
int (ChunkStatus, boolean): b, getRadiusForLayer, method_60430, getAdditionalLevel, m_339492_
int (ChunkStatus, boolean): b, getRadiusForLayer, method_60430, getAdditionalLevel
boolean (ChunkStatus, boolean, GenerationChunkHolder): a, scheduleChunkInLayer, method_60428, load, m_338763_
boolean (ChunkStatus, boolean, GenerationChunkHolder): a, scheduleChunkInLayer, method_60428, load
CompletableFuture<?> (): g, waitForScheduledLayer, method_60435, getLatestPendingFuture, m_339254_
CompletableFuture<?> (): g, waitForScheduledLayer, method_60435, getLatestPendingFuture
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
apy
net.minecraft.server.level.ChunkGenerationTask
net.minecraft.class_9759
net.minecraft.world.chunk.ChunkLoader
net.minecraft.src.C_336542_
net.minecraft.server.level.ChunkGenerationTask
Fields
GeneratingChunkMap: b, chunkMap, field_51851, chunkLoadingManager, f_337096_
ChunkPos: c, pos, field_51852, pos, f_337169_
ChunkStatus: d, scheduledStatus, field_51853, currentlyLoadingStatus, f_336986_
ChunkStatus: a, targetStatus, field_51850, targetStatus, f_337141_
boolean: e, markedForCancellation, field_51854, pendingDisposal, f_336853_
List<CompletableFuture<ChunkResult<ChunkAccess>>>: f, scheduledLayer, field_51855, futures, f_337420_
StaticCache2D<GenerationChunkHolder>: g, cache, field_51856, chunks, f_337137_
boolean: h, needsGeneration, field_51857, allowGeneration, f_337333_
Constructors
(GeneratingChunkMap, ChunkStatus, ChunkPos, StaticCache2D<GenerationChunkHolder>)
Methods
ChunkGenerationTask (GeneratingChunkMap, ChunkStatus, ChunkPos): a, create, method_60426, create, m_339931_
CompletableFuture<?> (): a, runUntilWait, method_60424, run, m_340381_
void (): d, scheduleNextLayer, method_60432, loadNextStatus, m_339326_
void (): b, markForCancellation, method_60429, markPendingDisposal, m_339480_
void (): e, releaseClaim, method_60433, dispose, m_340204_
boolean (): f, canLoadWithoutGeneration, method_60434, isGenerationUnnecessary, m_339361_
GenerationChunkHolder (): c, getCenter, method_60431, getHolder, m_340452_
void (ChunkStatus, boolean): a, scheduleLayer, method_60427, loadAll, m_339141_
int (ChunkStatus, boolean): b, getRadiusForLayer, method_60430, getAdditionalLevel, m_339492_
boolean (ChunkStatus, boolean, GenerationChunkHolder): a, scheduleChunkInLayer, method_60428, load, m_338763_
CompletableFuture<?> (): g, waitForScheduledLayer, method_60435, getLatestPendingFuture, m_339254_