Uses of Class
net.minecraft.world.level.chunk.status.ChunkDependencies
-
Uses of ChunkDependencies in net.minecraft.world.level.chunk.status
Modifier and TypeFieldDescriptionprivate final ChunkDependencies
ChunkStep.accumulatedDependencies
The field for theaccumulatedDependencies
record component.private final ChunkDependencies
ChunkStep.directDependencies
The field for thedirectDependencies
record component.Modifier and TypeMethodDescriptionChunkStep.accumulatedDependencies()
Returns the value of theaccumulatedDependencies
record component.ChunkStep.directDependencies()
Returns the value of thedirectDependencies
record component.ModifierConstructorDescriptionChunkStep
(ChunkStatus targetStatus, ChunkDependencies directDependencies, ChunkDependencies accumulatedDependencies, int blockStateWriteRadius, ChunkStatusTask task) Creates an instance of aChunkStep
record class.