Class FeatureDebugLogger
java.lang.Object
net.minecraft.world.gen.feature.util.FeatureDebugLogger
- Mappings:
Namespace Name official dkp
intermediary net/minecraft/class_6785
named net/minecraft/world/gen/feature/util/FeatureDebugLogger
-
Nested Class Summary
Modifier and TypeClassDescriptionprivate static final record
private static final record
-
Field Summary
Modifier and TypeFieldDescriptionprivate static final LoadingCache<ServerWorld,
FeatureDebugLogger.Features> private static final Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
clear()
static void
dump()
static void
incrementFeatureCount
(ServerWorld world, ConfiguredFeature<?, ?> configuredFeature, Optional<PlacedFeature> placedFeature) static void
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector official a
Ldkp;a:Lorg/slf4j/Logger;
intermediary field_35704
Lnet/minecraft/class_6785;field_35704:Lorg/slf4j/Logger;
named LOGGER
Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;LOGGER:Lorg/slf4j/Logger;
-
FEATURES
- Mappings:
Namespace Name Mixin selector official b
Ldkp;b:Lcom/google/common/cache/LoadingCache;
intermediary field_35705
Lnet/minecraft/class_6785;field_35705:Lcom/google/common/cache/LoadingCache;
named FEATURES
Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;FEATURES:Lcom/google/common/cache/LoadingCache;
-
-
Constructor Details
-
FeatureDebugLogger
public FeatureDebugLogger()
-
-
Method Details
-
incrementTotalChunksCount
- Mappings:
Namespace Name Mixin selector official a
Ldkp;a(Laif;)V
intermediary method_39598
Lnet/minecraft/class_6785;method_39598(Lnet/minecraft/class_3218;)V
named incrementTotalChunksCount
Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;incrementTotalChunksCount(Lnet/minecraft/server/world/ServerWorld;)V
-
incrementFeatureCount
public static void incrementFeatureCount(ServerWorld world, ConfiguredFeature<?, ?> configuredFeature, Optional<PlacedFeature> placedFeature) - Mappings:
Namespace Name Mixin selector official a
Ldkp;a(Laif;Ldkb;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
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
-
clear
public static void clear()- Mappings:
Namespace Name Mixin selector official a
Ldkp;a()V
intermediary method_39597
Lnet/minecraft/class_6785;method_39597()V
named clear
Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;clear()V
-
dump
public static void dump()- Mappings:
Namespace Name Mixin selector official b
Ldkp;b()V
intermediary method_39603
Lnet/minecraft/class_6785;method_39603()V
named dump
Lnet/minecraft/world/gen/feature/util/FeatureDebugLogger;dump()V
-