net.minecraft.client.world

record ClientChunkLoadProgress$LoadChunks

implements ClientChunkLoadProgress$State

net.minecraft.client.multiplayer.LevelLoadTracker$WaitingForPlayerChunk
net.minecraft.class_11653$class_11656
net.minecraft.client.world.ClientChunkLoadProgress$LoadChunks

Field summary

Modifier and TypeField
private final ClientPlayerEntity
player
comp_4468
player
private final ClientWorld
level
comp_4469
world
private final AtomicBoolean
playerSectionReady
comp_1_671
playerSectionReady
private final long
timeoutAfter
comp_4471
timeoutAfter

Constructor summary

ModifierConstructor
private (ClientPlayerEntity player, ClientWorld world, AtomicBoolean playerSectionReady, long timeoutAfter)

Method summary

Modifier and TypeMethod
public ClientChunkLoadProgress$State
tick()
method_72907()
next()
private boolean
isReady()
method_72909()
isReady()
public ClientPlayerEntity
player()
comp_4468()
player()
public ClientWorld
level()
comp_4469()
world()
public AtomicBoolean
playerSectionReady()
comp_1_671()
playerSectionReady()
public long
timeoutAfter()
comp_4471()
timeoutAfter()