Uses of Class
net.minecraft.world.chunk.GenerationDependencies
-
Uses of GenerationDependencies in net.minecraft.world.chunk
Modifier and TypeFieldDescriptionprivate final GenerationDependencies
ChunkGenerationStep.accumulatedDependencies
The field for theaccumulatedDependencies
record component.private final GenerationDependencies
ChunkGenerationStep.directDependencies
The field for thedirectDependencies
record component.Modifier and TypeMethodDescriptionChunkGenerationStep.accumulatedDependencies()
Returns the value of theaccumulatedDependencies
record component.ChunkGenerationStep.directDependencies()
Returns the value of thedirectDependencies
record component.ModifierConstructorDescriptionChunkGenerationStep
(ChunkStatus chunkStatus, GenerationDependencies generationDependencies, GenerationDependencies generationDependencies2, int int2, GenerationTask generationTask)