Uses of Class
net.minecraft.world.chunk.GenerationDependencies
Packages that use GenerationDependencies
-
Uses of GenerationDependencies in net.minecraft.world.chunk
Fields in net.minecraft.world.chunk declared as GenerationDependenciesModifier and TypeFieldDescriptionprivate final GenerationDependencies
ChunkGenerationStep.accumulatedDependencies
The field for theaccumulatedDependencies
record component.private final GenerationDependencies
ChunkGenerationStep.directDependencies
The field for thedirectDependencies
record component.Methods in net.minecraft.world.chunk that return GenerationDependenciesModifier and TypeMethodDescriptionChunkGenerationStep.accumulatedDependencies()
Returns the value of theaccumulatedDependencies
record component.ChunkGenerationStep.directDependencies()
Returns the value of thedirectDependencies
record component.Constructors in net.minecraft.world.chunk with parameters of type GenerationDependenciesModifierConstructorDescriptionChunkGenerationStep
(ChunkStatus chunkStatus, GenerationDependencies generationDependencies, GenerationDependencies generationDependencies2, int int2, GenerationTask generationTask)