Class LoggingChunkLoadProgress

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

public class LoggingChunkLoadProgress extends Object implements ChunkLoadProgress
Mappings:
Namespace Name
named net/minecraft/world/chunk/LoggingChunkLoadProgress
intermediary net/minecraft/class_11548
official axk
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;LOGGER:Lorg/slf4j/Logger;
      intermediary field_61119 Lnet/minecraft/class_11548;field_61119:Lorg/slf4j/Logger;
      official a Laxk;a:Lorg/slf4j/Logger;
    • player

      private final boolean player
      Mappings:
      Namespace Name Mixin selector
      named player Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;player:Z
      intermediary field_61120 Lnet/minecraft/class_11548;field_61120:Z
      official b Laxk;b:Z
    • delegate

      private final DeltaChunkLoadProgress delegate
      Mappings:
      Namespace Name Mixin selector
      named delegate Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;delegate:Lnet/minecraft/world/chunk/DeltaChunkLoadProgress;
      intermediary field_61121 Lnet/minecraft/class_11548;field_61121:Lnet/minecraft/class_11547;
      official c Laxk;c:Laxj;
    • done

      private boolean done
      Mappings:
      Namespace Name Mixin selector
      named done Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;done:Z
      intermediary field_61122 Lnet/minecraft/class_11548;field_61122:Z
      official d Laxk;d:Z
    • startTimeMs

      private long startTimeMs
      Mappings:
      Namespace Name Mixin selector
      named startTimeMs Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;startTimeMs:J
      intermediary field_61123 Lnet/minecraft/class_11548;field_61123:J
      official e Laxk;e:J
    • nextLogTimeMs

      private long nextLogTimeMs
      Mappings:
      Namespace Name Mixin selector
      named nextLogTimeMs Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;nextLogTimeMs:J
      intermediary field_61124 Lnet/minecraft/class_11548;field_61124:J
      official f Laxk;f:J
  • Constructor Details

    • LoggingChunkLoadProgress

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

    • withoutPlayer

      public static LoggingChunkLoadProgress withoutPlayer()
      Mappings:
      Namespace Name Mixin selector
      named withoutPlayer Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;withoutPlayer()Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;
      intermediary method_72290 Lnet/minecraft/class_11548;method_72290()Lnet/minecraft/class_11548;
      official a Laxk;a()Laxk;
    • withPlayer

      public static LoggingChunkLoadProgress withPlayer()
      Mappings:
      Namespace Name Mixin selector
      named withPlayer Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;withPlayer()Lnet/minecraft/world/chunk/LoggingChunkLoadProgress;
      intermediary method_72291 Lnet/minecraft/class_11548;method_72291()Lnet/minecraft/class_11548;
      official b Laxk;b()Laxk;
    • 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
    • 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
    • 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