Class FeatureDebugLogger
java.lang.Object
net.minecraft.world.gen.feature.util.FeatureDebugLogger
- Mappings:
- Namespace - Name - named - net/minecraft/world/gen/feature/util/FeatureDebugLogger- intermediary - net/minecraft/class_6785- official - ega
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionprivate static final recordprivate static final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final LoadingCache<ServerWorld, FeatureDebugLogger.Features> private static final Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidclear()static voiddump()static voidincrementFeatureCount(ServerWorld world, ConfiguredFeature<?, ?> configuredFeature, Optional<PlacedFeature> placedFeature) static void
- 
Field Details- 
LOGGER- Mappings:
- Namespace - Name - Mixin selector - named - LOGGER- Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;LOGGER:Lorg/slf4j/Logger;- intermediary - field_35704- Lnet/minecraft/class_6785;field_35704:Lorg/slf4j/Logger;- official - a- Lega;a:Lorg/slf4j/Logger;
 
- 
FEATURES- Mappings:
- Namespace - Name - Mixin selector - named - FEATURES- Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;FEATURES:Lcom/google/common/cache/LoadingCache;- intermediary - field_35705- Lnet/minecraft/class_6785;field_35705:Lcom/google/common/cache/LoadingCache;- official - b- Lega;b:Lcom/google/common/cache/LoadingCache;
 
 
- 
- 
Constructor Details- 
FeatureDebugLoggerpublic FeatureDebugLogger()
 
- 
- 
Method Details- 
incrementTotalChunksCount- Mappings:
- Namespace - Name - Mixin selector - named - incrementTotalChunksCount- Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;incrementTotalChunksCount(Lnet/minecraft/server/world/ServerWorld;)V- intermediary - method_39598- Lnet/minecraft/class_6785;method_39598(Lnet/minecraft/class_3218;)V- official - a- Lega;a(Lard;)V
 
- 
incrementFeatureCountpublic static void incrementFeatureCount(ServerWorld world, ConfiguredFeature<?, ?> configuredFeature, Optional<PlacedFeature> placedFeature) - Mappings:
- Namespace - Name - Mixin selector - named - incrementFeatureCount- Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;incrementFeatureCount(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/gen/feature/ConfiguredFeature;Ljava/util/Optional;)V- intermediary - method_39599- Lnet/minecraft/class_6785;method_39599(Lnet/minecraft/class_3218;Lnet/minecraft/class_2975;Ljava/util/Optional;)V- official - a- Lega;a(Lard;Lefl;Ljava/util/Optional;)V
 
- 
clearpublic static void clear()- Mappings:
- Namespace - Name - Mixin selector - named - clear- Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;clear()V- intermediary - method_39597- Lnet/minecraft/class_6785;method_39597()V- official - a- Lega;a()V
 
- 
dumppublic static void dump()- Mappings:
- Namespace - Name - Mixin selector - named - dump- Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;dump()V- intermediary - method_39603- Lnet/minecraft/class_6785;method_39603()V- official - b- Lega;b()V
 
 
-