Class WorldGenerationProgressLogger

java.lang.Object
net.minecraft.server.WorldGenerationProgressLogger
All Implemented Interfaces:
WorldGenerationProgressListener

public class WorldGenerationProgressLogger extends Object implements WorldGenerationProgressListener
Mappings:
Namespace Name
named net/minecraft/server/WorldGenerationProgressLogger
intermediary net/minecraft/class_3951
official arf
  • Field Details

    • LOGGER

      private static final Logger LOGGER
      Mappings:
      Namespace Name Mixin selector
      named LOGGER Lnet/minecraft/server/WorldGenerationProgressLogger;LOGGER:Lorg/slf4j/Logger;
      intermediary field_17467 Lnet/minecraft/class_3951;field_17467:Lorg/slf4j/Logger;
      official a Larf;a:Lorg/slf4j/Logger;
    • totalCount

      private final int totalCount
      Mappings:
      Namespace Name Mixin selector
      named totalCount Lnet/minecraft/server/WorldGenerationProgressLogger;totalCount:I
      intermediary field_17468 Lnet/minecraft/class_3951;field_17468:I
      official b Larf;b:I
    • generatedCount

      private int generatedCount
      Mappings:
      Namespace Name Mixin selector
      named generatedCount Lnet/minecraft/server/WorldGenerationProgressLogger;generatedCount:I
      intermediary field_17469 Lnet/minecraft/class_3951;field_17469:I
      official c Larf;c:I
    • startTime

      private long startTime
      Mappings:
      Namespace Name Mixin selector
      named startTime Lnet/minecraft/server/WorldGenerationProgressLogger;startTime:J
      intermediary field_17470 Lnet/minecraft/class_3951;field_17470:J
      official d Larf;d:J
    • nextMessageTime

      private long nextMessageTime
      Mappings:
      Namespace Name Mixin selector
      named nextMessageTime Lnet/minecraft/server/WorldGenerationProgressLogger;nextMessageTime:J
      intermediary field_17471 Lnet/minecraft/class_3951;field_17471:J
      official e Larf;e:J
  • Constructor Details

    • WorldGenerationProgressLogger

      private WorldGenerationProgressLogger(int radius)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/server/WorldGenerationProgressLogger;<init>(I)V
      intermediary <init> Lnet/minecraft/class_3951;<init>(I)V
      official <init> Larf;<init>(I)V
  • Method Details

    • create

      public static WorldGenerationProgressLogger create(int spawnChunkRadius)
      Mappings:
      Namespace Name Mixin selector
      named create Lnet/minecraft/server/WorldGenerationProgressLogger;create(I)Lnet/minecraft/server/WorldGenerationProgressLogger;
      intermediary method_56042 Lnet/minecraft/class_3951;method_56042(I)Lnet/minecraft/class_3951;
      official b Larf;b(I)Larf;
    • forSpawnChunks

      public static WorldGenerationProgressLogger forSpawnChunks(int spawnChunkRadius)
      Mappings:
      Namespace Name Mixin selector
      named forSpawnChunks Lnet/minecraft/server/WorldGenerationProgressLogger;forSpawnChunks(I)Lnet/minecraft/server/WorldGenerationProgressLogger;
      intermediary method_56044 Lnet/minecraft/class_3951;method_56044(I)Lnet/minecraft/class_3951;
      official c Larf;c(I)Larf;
    • noSpawnChunks

      public static WorldGenerationProgressLogger noSpawnChunks()
      Mappings:
      Namespace Name Mixin selector
      named noSpawnChunks Lnet/minecraft/server/WorldGenerationProgressLogger;noSpawnChunks()Lnet/minecraft/server/WorldGenerationProgressLogger;
      intermediary method_56043 Lnet/minecraft/class_3951;method_56043()Lnet/minecraft/class_3951;
      official c Larf;c()Larf;
    • start

      public void start(ChunkPos spawnPos)
      Specified by:
      start in interface WorldGenerationProgressListener
      Mappings:
      Namespace Name Mixin selector
      named start Lnet/minecraft/server/WorldGenerationProgressListener;start(Lnet/minecraft/util/math/ChunkPos;)V
      intermediary method_17669 Lnet/minecraft/class_3949;method_17669(Lnet/minecraft/class_1923;)V
      official a Lard;a(Ldcd;)V
    • setChunkStatus

      public void setChunkStatus(ChunkPos pos, @Nullable @Nullable ChunkStatus status)
      Specified by:
      setChunkStatus in interface WorldGenerationProgressListener
      Mappings:
      Namespace Name Mixin selector
      named setChunkStatus Lnet/minecraft/server/WorldGenerationProgressListener;setChunkStatus(Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/chunk/ChunkStatus;)V
      intermediary method_17670 Lnet/minecraft/class_3949;method_17670(Lnet/minecraft/class_1923;Lnet/minecraft/class_2806;)V
      official a Lard;a(Ldcd;Ldvz;)V
    • start

      public void start()
      Specified by:
      start in interface WorldGenerationProgressListener
      Mappings:
      Namespace Name Mixin selector
      named start Lnet/minecraft/server/WorldGenerationProgressListener;start()V
      intermediary method_17675 Lnet/minecraft/class_3949;method_17675()V
      official a Lard;a()V
    • stop

      public void stop()
      Specified by:
      stop in interface WorldGenerationProgressListener
      Mappings:
      Namespace Name Mixin selector
      named stop Lnet/minecraft/server/WorldGenerationProgressListener;stop()V
      intermediary method_17671 Lnet/minecraft/class_3949;method_17671()V
      official b Lard;b()V
    • getProgressPercentage

      public int getProgressPercentage()
      Mappings:
      Namespace Name Mixin selector
      named getProgressPercentage Lnet/minecraft/server/WorldGenerationProgressLogger;getProgressPercentage()I
      intermediary method_17672 Lnet/minecraft/class_3951;method_17672()I
      official d Larf;d()I