net.minecraft.world.chunk

public class ChunkLoadingCounter

net.minecraft.server.level.ChunkLoadCounter
net.minecraft.server.level.ChunkLoadCounter
net.minecraft.class_11542
net.minecraft.world.chunk.ChunkLoadingCounter

Field summary

Modifier and TypeField
private final List<ChunkHolder>
pendingChunks
pendingChunks
field_61082
nonFullChunks
private int
totalChunks
totalChunks
field_61083
totalChunks

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public void
track(ServerLevel level, Runnable scheduler)
track(ServerLevel level, Runnable scheduler)
method_72247(class_3218 arg0, Runnable arg1)
load(ServerWorld world, Runnable arg1)
public int
readyChunks()
readyChunks()
method_72245()
getFullChunks()
public int
pendingChunks()
pendingChunks()
method_72249()
getNonFullChunks()
public int
totalChunks()
totalChunks()
method_72251()
getTotalChunks()