Package net.minecraft.client.world
Class ClientChunkLoadProgress
java.lang.Object
net.minecraft.client.world.ClientChunkLoadProgress
- All Implemented Interfaces:
ChunkLoadProgress
@Environment(CLIENT)
public class ClientChunkLoadProgress
extends Object
implements ChunkLoadProgress
- Mappings:
Namespace Name named net/minecraft/client/world/ClientChunkLoadProgressintermediary net/minecraft/class_11653official gxz
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final recordprivate static final recordprivate static interfaceprivate static final recordNested classes/interfaces inherited from interface net.minecraft.world.chunk.ChunkLoadProgress
ChunkLoadProgress.Stage -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate @Nullable ChunkLoadMapprivate final DeltaChunkLoadProgressprivate final long(package private) static final Loggerprivate ChunkLoadProgress.Stageprivate static final longstatic final long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfinish(ChunkLoadProgress.Stage stage) floatbooleanvoidinit(ChunkLoadProgress.Stage stage, int chunks) voidvoidinitSpawnPos(RegistryKey<World> worldKey, ChunkPos spawnChunk) booleanisDone()voidprogress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks) voidvoidstartWorldLoading(ClientPlayerEntity player, ClientWorld world, WorldRenderer renderer) voidtick()
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/client/world/ClientChunkLoadProgress;LOGGER:Lorg/slf4j/Logger;intermediary field_61724Lnet/minecraft/class_11653;field_61724:Lorg/slf4j/Logger;official bLgxz;b:Lorg/slf4j/Logger;
-
THIRTY_SECONDS
private static final long THIRTY_SECONDS- Mappings:
Namespace Name Mixin selector named THIRTY_SECONDSLnet/minecraft/client/world/ClientChunkLoadProgress;THIRTY_SECONDS:Jintermediary field_61725Lnet/minecraft/class_11653;field_61725:Jofficial cLgxz;c:J
-
WAIT_UNTIL_READY_MILLIS
public static final long WAIT_UNTIL_READY_MILLIS- See Also:
- Mappings:
Namespace Name Mixin selector named WAIT_UNTIL_READY_MILLISLnet/minecraft/client/world/ClientChunkLoadProgress;WAIT_UNTIL_READY_MILLIS:Jintermediary field_61726Lnet/minecraft/class_11653;field_61726:Jofficial aLgxz;a:J
-
delegate
- Mappings:
Namespace Name Mixin selector named delegateLnet/minecraft/client/world/ClientChunkLoadProgress;delegate:Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;intermediary field_61727Lnet/minecraft/class_11653;field_61727:Lnet/minecraft/class_11547;official dLgxz;d:Laxe;
-
chunkLoadMap
- Mappings:
Namespace Name Mixin selector named chunkLoadMapLnet/minecraft/client/world/ClientChunkLoadProgress;chunkLoadMap:Lnet/minecraft/world/chunk/ChunkLoadMap;intermediary field_61728Lnet/minecraft/class_11653;field_61728:Lnet/minecraft/class_11544;official eLgxz;e:Laxc;
-
stage
- Mappings:
Namespace Name Mixin selector named stageLnet/minecraft/client/world/ClientChunkLoadProgress;stage:Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;intermediary field_61729Lnet/minecraft/class_11653;field_61729:Lnet/minecraft/class_11545$class_11546;official fLgxz;f:Laxd$a;
-
state
- Mappings:
Namespace Name Mixin selector named stateLnet/minecraft/client/world/ClientChunkLoadProgress;state:Lnet/minecraft/client/world/ClientChunkLoadProgress$State;intermediary field_61730Lnet/minecraft/class_11653;field_61730:Lnet/minecraft/class_11653$class_11655;official gLgxz;g:Lgxz$b;
-
field_61937
private final long field_61937- Mappings:
Namespace Name Mixin selector named field_61937Lnet/minecraft/client/world/ClientChunkLoadProgress;field_61937:Jintermediary field_61937Lnet/minecraft/class_11653;field_61937:Jofficial hLgxz;h:J
-
-
Constructor Details
-
ClientChunkLoadProgress
public ClientChunkLoadProgress() -
ClientChunkLoadProgress
public ClientChunkLoadProgress(long long2)
-
-
Method Details
-
setChunkLoadMap
- Mappings:
Namespace Name Mixin selector named setChunkLoadMapLnet/minecraft/client/world/ClientChunkLoadProgress;setChunkLoadMap(Lnet/minecraft/world/chunk/ChunkLoadMap;)Vintermediary method_72900Lnet/minecraft/class_11653;method_72900(Lnet/minecraft/class_11544;)Vofficial aLgxz;a(Laxc;)V
-
startWorldLoading
- Mappings:
Namespace Name Mixin selector named startWorldLoadingLnet/minecraft/client/world/ClientChunkLoadProgress;startWorldLoading(Lnet/minecraft/client/network/ClientPlayerEntity;Lnet/minecraft/client/world/ClientWorld;Lnet/minecraft/client/render/WorldRenderer;)Vintermediary method_72901Lnet/minecraft/class_11653;method_72901(Lnet/minecraft/class_746;Lnet/minecraft/class_638;Lnet/minecraft/class_761;)Vofficial aLgxz;a(Lhco;Lgxq;Lhdq;)V
-
tick
public void tick()- Mappings:
Namespace Name Mixin selector named tickLnet/minecraft/client/world/ClientChunkLoadProgress;tick()Vintermediary method_72899Lnet/minecraft/class_11653;method_72899()Vofficial aLgxz;a()V
-
isDone
public boolean isDone()- Mappings:
Namespace Name Mixin selector named isDoneLnet/minecraft/client/world/ClientChunkLoadProgress;isDone()Zintermediary method_72902Lnet/minecraft/class_11653;method_72902()Zofficial bLgxz;b()Z
-
initialChunksComing
public void initialChunksComing()- Mappings:
Namespace Name Mixin selector named initialChunksComingLnet/minecraft/client/world/ClientChunkLoadProgress;initialChunksComing()Vintermediary method_72903Lnet/minecraft/class_11653;method_72903()Vofficial cLgxz;c()V
-
init
- Specified by:
initin interfaceChunkLoadProgress- Mappings:
Namespace Name Mixin selector named initLnet/minecraft/world/chunk/ChunkLoadProgress;init(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;I)Vintermediary method_72281Lnet/minecraft/class_11545;method_72281(Lnet/minecraft/class_11545$class_11546;I)Vofficial aLaxd;a(Laxd$a;I)V
-
progress
- Specified by:
progressin interfaceChunkLoadProgress- Mappings:
Namespace Name Mixin selector named progressLnet/minecraft/world/chunk/ChunkLoadProgress;progress(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;II)Vintermediary method_72282Lnet/minecraft/class_11545;method_72282(Lnet/minecraft/class_11545$class_11546;II)Vofficial aLaxd;a(Laxd$a;II)V
-
finish
- Specified by:
finishin interfaceChunkLoadProgress- Mappings:
Namespace Name Mixin selector named finishLnet/minecraft/world/chunk/ChunkLoadProgress;finish(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;)Vintermediary method_72280Lnet/minecraft/class_11545;method_72280(Lnet/minecraft/class_11545$class_11546;)Vofficial aLaxd;a(Laxd$a;)V
-
initSpawnPos
- Specified by:
initSpawnPosin interfaceChunkLoadProgress- Mappings:
Namespace Name Mixin selector named initSpawnPosLnet/minecraft/world/chunk/ChunkLoadProgress;initSpawnPos(Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/util/math/ChunkPos;)Vintermediary method_72279Lnet/minecraft/class_11545;method_72279(Lnet/minecraft/class_5321;Lnet/minecraft/class_1923;)Vofficial aLaxd;a(Lamv;Ldpp;)V
-
getChunkLoadMap
- Mappings:
Namespace Name Mixin selector named getChunkLoadMapLnet/minecraft/client/world/ClientChunkLoadProgress;getChunkLoadMap()Lnet/minecraft/world/chunk/ChunkLoadMap;intermediary method_72904Lnet/minecraft/class_11653;method_72904()Lnet/minecraft/class_11544;official dLgxz;d()Laxc;
-
getLoadProgress
public float getLoadProgress()- Mappings:
Namespace Name Mixin selector named getLoadProgressLnet/minecraft/client/world/ClientChunkLoadProgress;getLoadProgress()Fintermediary method_72905Lnet/minecraft/class_11653;method_72905()Fofficial eLgxz;e()F
-
hasProgress
public boolean hasProgress()- Mappings:
Namespace Name Mixin selector named hasProgressLnet/minecraft/client/world/ClientChunkLoadProgress;hasProgress()Zintermediary method_72906Lnet/minecraft/class_11653;method_72906()Zofficial fLgxz;f()Z
-