Class FeatureCountTracker
java.lang.Object
net.minecraft.world.level.levelgen.feature.FeatureCountTracker
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescription(package private) static final record(package private) static final record
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate static final com.google.common.cache.LoadingCache<ServerLevel,FeatureCountTracker.LevelData> private static final org.slf4j.Logger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidchunkDecorated(ServerLevel p_190882_) static voidstatic voidfeaturePlaced(ServerLevel p_190884_, ConfiguredFeature<?, ?> p_190885_, Optional<PlacedFeature> p_190886_) static void
- 
Field Details- 
LOGGERprivate static final org.slf4j.Logger LOGGER
- 
dataprivate static final com.google.common.cache.LoadingCache<ServerLevel,FeatureCountTracker.LevelData> data
 
- 
- 
Constructor Details- 
FeatureCountTrackerpublic FeatureCountTracker()
 
- 
- 
Method Details- 
chunkDecorated
- 
featurePlacedpublic static void featurePlaced(ServerLevel p_190884_, ConfiguredFeature<?, ?> p_190885_, Optional<PlacedFeature> p_190886_) 
- 
clearCountspublic static void clearCounts()
- 
logCountspublic static void logCounts()
 
-