Package net.minecraft.server
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 - arp
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate intprivate static final Loggerprivate longprivate longprivate final int
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncreate(int spawnChunkRadius) forSpawnChunks(int spawnChunkRadius) intvoidsetChunkStatus(ChunkPos pos, @Nullable ChunkStatus status) voidstart()voidvoidstop()
- 
Field Details- 
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- Larp;a:Lorg/slf4j/Logger;
 
- 
totalCountprivate 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- Larp;b:I
 
- 
generatedCountprivate 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- Larp;c:I
 
- 
startTimeprivate 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- Larp;d:J
 
- 
nextMessageTimeprivate 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- Larp;e:J
 
 
- 
- 
Constructor Details- 
WorldGenerationProgressLoggerprivate 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>- Larp;<init>(I)V
 
 
- 
- 
Method Details- 
create- 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- Larp;b(I)Larp;
 
- 
forSpawnChunks- 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- Larp;c(I)Larp;
 
- 
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- Larp;c()Larp;
 
- 
start- Specified by:
- startin 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- Larn;a(Ldfp;)V
 
- 
setChunkStatus- Specified by:
- setChunkStatusin 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- Larn;a(Ldfp;Ldzu;)V
 
- 
startpublic void start()- Specified by:
- startin 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- Larn;a()V
 
- 
stoppublic void stop()- Specified by:
- stopin 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- Larn;b()V
 
- 
getProgressPercentagepublic 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- Larp;d()I
 
 
-