类 FeatureCountTracker
java.lang.Object
net.minecraft.world.level.levelgen.feature.FeatureCountTracker
-
嵌套类概要
嵌套类修饰符和类型类说明(专用程序包) static final record
(专用程序包) static final record
-
字段概要
字段修饰符和类型字段说明private static final com.google.common.cache.LoadingCache<ServerLevel,
FeatureCountTracker.LevelData> private static final org.slf4j.Logger
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static void
chunkDecorated
(ServerLevel pLevel) static void
static void
featurePlaced
(ServerLevel pLevel, ConfiguredFeature<?, ?> pFeature, Optional<PlacedFeature> pTopFeature) static void
-
字段详细资料
-
LOGGER
private static final org.slf4j.Logger LOGGER -
data
private static final com.google.common.cache.LoadingCache<ServerLevel,FeatureCountTracker.LevelData> data
-
-
构造器详细资料
-
FeatureCountTracker
public FeatureCountTracker()
-
-
方法详细资料
-
chunkDecorated
-
featurePlaced
public static void featurePlaced(ServerLevel pLevel, ConfiguredFeature<?, ?> pFeature, Optional<PlacedFeature> pTopFeature) -
clearCounts
public static void clearCounts() -
logCounts
public static void logCounts()
-