Class DeltaChunkLoadProgress

java.lang.Object
net.minecraft.world.chunk.DeltaChunkLoadProgress
All Implemented Interfaces:
ChunkLoadProgress

public class DeltaChunkLoadProgress extends Object implements ChunkLoadProgress
Mappings:
Namespace Name
named net/minecraft/world/chunk/DeltaChunkLoadProgress
intermediary net/minecraft/class_11547
official axj
  • Field Details

    • INITIAL_CHUNKS

      private static final int INITIAL_CHUNKS
      See Also:
      Mappings:
      Namespace Name Mixin selector
      named INITIAL_CHUNKS Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;INITIAL_CHUNKS:I
      intermediary field_61110 Lnet/minecraft/class_11547;field_61110:I
      official a Laxj;a:I
    • PLAYER_CHUNKS

      private static final int PLAYER_CHUNKS
      Mappings:
      Namespace Name Mixin selector
      named PLAYER_CHUNKS Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;PLAYER_CHUNKS:I
      intermediary field_61111 Lnet/minecraft/class_11547;field_61111:I
      official b Laxj;b:I
    • player

      private final boolean player
      Mappings:
      Namespace Name Mixin selector
      named player Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;player:Z
      intermediary field_61112 Lnet/minecraft/class_11547;field_61112:Z
      official c Laxj;c:Z
    • totalChunks

      private int totalChunks
      Mappings:
      Namespace Name Mixin selector
      named totalChunks Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;totalChunks:I
      intermediary field_61113 Lnet/minecraft/class_11547;field_61113:I
      official d Laxj;d:I
    • previousLoadedChunks

      private int previousLoadedChunks
      Mappings:
      Namespace Name Mixin selector
      named previousLoadedChunks Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;previousLoadedChunks:I
      intermediary field_61114 Lnet/minecraft/class_11547;field_61114:I
      official e Laxj;e:I
    • chunks

      private int chunks
      Mappings:
      Namespace Name Mixin selector
      named chunks Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;chunks:I
      intermediary field_61115 Lnet/minecraft/class_11547;field_61115:I
      official f Laxj;f:I
    • fullyLoadedChunksRatio

      private float fullyLoadedChunksRatio
      Mappings:
      Namespace Name Mixin selector
      named fullyLoadedChunksRatio Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;fullyLoadedChunksRatio:F
      intermediary field_61116 Lnet/minecraft/class_11547;field_61116:F
      official g Laxj;g:F
    • loadProgress

      private volatile float loadProgress
      Mappings:
      Namespace Name Mixin selector
      named loadProgress Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;loadProgress:F
      intermediary field_61117 Lnet/minecraft/class_11547;field_61117:F
      official h Laxj;h:F
  • Constructor Details

    • DeltaChunkLoadProgress

      public DeltaChunkLoadProgress(boolean player)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;<init>(Z)V
      intermediary <init> Lnet/minecraft/class_11547;<init>(Z)V
      official <init> Laxj;<init>(Z)V
  • Method Details

    • init

      public void init(ChunkLoadProgress.Stage stage, int chunks)
      Specified by:
      init in interface ChunkLoadProgress
      Mappings:
      Namespace Name Mixin selector
      named init Lnet/minecraft/world/chunk/ChunkLoadProgress;init(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;I)V
      intermediary method_72281 Lnet/minecraft/class_11545;method_72281(Lnet/minecraft/class_11545$class_11546;I)V
      official a Laxi;a(Laxi$a;I)V
    • init

      private void init(int chunks)
      Mappings:
      Namespace Name Mixin selector
      named init Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;init(I)V
      intermediary method_72286 Lnet/minecraft/class_11547;method_72286(I)V
      official a Laxj;a(I)V
    • progress

      public void progress(ChunkLoadProgress.Stage stage, int fullChunks, int totalChunks)
      Specified by:
      progress in interface ChunkLoadProgress
      Mappings:
      Namespace Name Mixin selector
      named progress Lnet/minecraft/world/chunk/ChunkLoadProgress;progress(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;II)V
      intermediary method_72282 Lnet/minecraft/class_11545;method_72282(Lnet/minecraft/class_11545$class_11546;II)V
      official a Laxi;a(Laxi$a;II)V
    • finish

      public void finish(ChunkLoadProgress.Stage stage)
      Specified by:
      finish in interface ChunkLoadProgress
      Mappings:
      Namespace Name Mixin selector
      named finish Lnet/minecraft/world/chunk/ChunkLoadProgress;finish(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;)V
      intermediary method_72280 Lnet/minecraft/class_11545;method_72280(Lnet/minecraft/class_11545$class_11546;)V
      official a Laxi;a(Laxi$a;)V
    • finish

      private void finish()
      Mappings:
      Namespace Name Mixin selector
      named finish Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;finish()V
      intermediary method_72287 Lnet/minecraft/class_11547;method_72287()V
      official b Laxj;b()V
    • shouldLoad

      private boolean shouldLoad(ChunkLoadProgress.Stage stage)
      Mappings:
      Namespace Name Mixin selector
      named shouldLoad Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;shouldLoad(Lnet/minecraft/world/chunk/ChunkLoadProgress$Stage;)Z
      intermediary method_72288 Lnet/minecraft/class_11547;method_72288(Lnet/minecraft/class_11545$class_11546;)Z
      official b Laxj;b(Laxi$a;)Z
    • recalculateLoadProgress

      private void recalculateLoadProgress()
      Mappings:
      Namespace Name Mixin selector
      named recalculateLoadProgress Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;recalculateLoadProgress()V
      intermediary method_72289 Lnet/minecraft/class_11547;method_72289()V
      official c Laxj;c()V
    • getLoadProgress

      public float getLoadProgress()
      Mappings:
      Namespace Name Mixin selector
      named getLoadProgress Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;getLoadProgress()F
      intermediary method_72285 Lnet/minecraft/class_11547;method_72285()F
      official a Laxj;a()F
    • initSpawnPos

      public void initSpawnPos(RegistryKey<World> worldKey, ChunkPos spawnChunk)
      Specified by:
      initSpawnPos in interface ChunkLoadProgress
      Mappings:
      Namespace Name Mixin selector
      named initSpawnPos Lnet/minecraft/world/chunk/ChunkLoadProgress;initSpawnPos(Lnet/minecraft/registry/RegistryKey;Lnet/minecraft/util/math/ChunkPos;)V
      intermediary method_72279 Lnet/minecraft/class_11545;method_72279(Lnet/minecraft/class_5321;Lnet/minecraft/class_1923;)V
      official a Laxi;a(Lami;Ldqv;)V