Package net.minecraft.world.chunk
Class DeltaChunkLoadProgress
java.lang.Object
net.minecraft.world.chunk.DeltaChunkLoadProgress
- All Implemented Interfaces:
ChunkLoadProgress
- Mappings:
Namespace Name named net/minecraft/world/chunk/DeltaChunkLoadProgressintermediary net/minecraft/class_11547official axj
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.minecraft.world.chunk.ChunkLoadProgress
ChunkLoadProgress.Stage -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate intprivate floatprivate static final intprivate floatprivate final booleanprivate static final intprivate intprivate int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidfinish()voidfinish(ChunkLoadProgress.Stage stage) floatprivate voidinit(int chunks) voidinit(ChunkLoadProgress.Stage stage, int chunks) voidinitSpawnPos(RegistryKey<World> worldKey, ChunkPos spawnChunk) voidprogress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks) private voidprivate boolean
-
Field Details
-
INITIAL_CHUNKS
private static final int INITIAL_CHUNKS- See Also:
- Mappings:
Namespace Name Mixin selector named INITIAL_CHUNKSLnet/minecraft/world/chunk/DeltaChunkLoadProgress;INITIAL_CHUNKS:Iintermediary field_61110Lnet/minecraft/class_11547;field_61110:Iofficial aLaxj;a:I
-
PLAYER_CHUNKS
private static final int PLAYER_CHUNKS- Mappings:
Namespace Name Mixin selector named PLAYER_CHUNKSLnet/minecraft/world/chunk/DeltaChunkLoadProgress;PLAYER_CHUNKS:Iintermediary field_61111Lnet/minecraft/class_11547;field_61111:Iofficial bLaxj;b:I
-
player
private final boolean player- Mappings:
Namespace Name Mixin selector named playerLnet/minecraft/world/chunk/DeltaChunkLoadProgress;player:Zintermediary field_61112Lnet/minecraft/class_11547;field_61112:Zofficial cLaxj;c:Z
-
totalChunks
private int totalChunks- Mappings:
Namespace Name Mixin selector named totalChunksLnet/minecraft/world/chunk/DeltaChunkLoadProgress;totalChunks:Iintermediary field_61113Lnet/minecraft/class_11547;field_61113:Iofficial dLaxj;d:I
-
previousLoadedChunks
private int previousLoadedChunks- Mappings:
Namespace Name Mixin selector named previousLoadedChunksLnet/minecraft/world/chunk/DeltaChunkLoadProgress;previousLoadedChunks:Iintermediary field_61114Lnet/minecraft/class_11547;field_61114:Iofficial eLaxj;e:I
-
chunks
private int chunks- Mappings:
Namespace Name Mixin selector named chunksLnet/minecraft/world/chunk/DeltaChunkLoadProgress;chunks:Iintermediary field_61115Lnet/minecraft/class_11547;field_61115:Iofficial fLaxj;f:I
-
fullyLoadedChunksRatio
private float fullyLoadedChunksRatio- Mappings:
Namespace Name Mixin selector named fullyLoadedChunksRatioLnet/minecraft/world/chunk/DeltaChunkLoadProgress;fullyLoadedChunksRatio:Fintermediary field_61116Lnet/minecraft/class_11547;field_61116:Fofficial gLaxj;g:F
-
loadProgress
private volatile float loadProgress- Mappings:
Namespace Name Mixin selector named loadProgressLnet/minecraft/world/chunk/DeltaChunkLoadProgress;loadProgress:Fintermediary field_61117Lnet/minecraft/class_11547;field_61117:Fofficial hLaxj;h:F
-
-
Constructor Details
-
DeltaChunkLoadProgress
public DeltaChunkLoadProgress(boolean player) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;<init>(Z)Vintermediary <init>Lnet/minecraft/class_11547;<init>(Z)Vofficial <init>Laxj;<init>(Z)V
-
-
Method Details
-
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 aLaxi;a(Laxi$a;I)V
-
init
private void init(int chunks) - Mappings:
Namespace Name Mixin selector named initLnet/minecraft/world/chunk/DeltaChunkLoadProgress;init(I)Vintermediary method_72286Lnet/minecraft/class_11547;method_72286(I)Vofficial aLaxj;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 aLaxi;a(Laxi$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 aLaxi;a(Laxi$a;)V
-
finish
private void finish()- Mappings:
Namespace Name Mixin selector named finishLnet/minecraft/world/chunk/DeltaChunkLoadProgress;finish()Vintermediary method_72287Lnet/minecraft/class_11547;method_72287()Vofficial bLaxj;b()V
-
shouldLoad
- Mappings:
Namespace Name Mixin selector named shouldLoadLnet/minecraft/world/chunk/DeltaChunkLoadProgress;shouldLoad(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;)Zintermediary method_72288Lnet/minecraft/class_11547;method_72288(Lnet/minecraft/class_11545$class_11546;)Zofficial bLaxj;b(Laxi$a;)Z
-
recalculateLoadProgress
private void recalculateLoadProgress()- Mappings:
Namespace Name Mixin selector named recalculateLoadProgressLnet/minecraft/world/chunk/DeltaChunkLoadProgress;recalculateLoadProgress()Vintermediary method_72289Lnet/minecraft/class_11547;method_72289()Vofficial cLaxj;c()V
-
getLoadProgress
public float getLoadProgress()- Mappings:
Namespace Name Mixin selector named getLoadProgressLnet/minecraft/world/chunk/DeltaChunkLoadProgress;getLoadProgress()Fintermediary method_72285Lnet/minecraft/class_11547;method_72285()Fofficial aLaxj;a()F
-
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 aLaxi;a(Lami;Ldqv;)V
-