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 WorldRenderer
levelRenderer
comp_4470
worldRenderer
private final long
timeoutAfter
comp_4471
timeoutAfter

Constructor summary

ModifierConstructor
private (ClientPlayerEntity player, ClientWorld world, WorldRenderer worldRenderer, 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 WorldRenderer
levelRenderer()
comp_4470()
worldRenderer()
public long
timeoutAfter()
comp_4471()
timeoutAfter()