类 WeightedPlacedFeature
java.lang.Object
net.minecraft.world.level.levelgen.feature.WeightedPlacedFeature
-
字段概要
字段修饰符和类型字段说明final float
static final com.mojang.serialization.Codec<WeightedPlacedFeature>
final Holder<PlacedFeature>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明boolean
place
(WorldGenLevel pLevel, ChunkGenerator pChunkGenerator, RandomSource pRandom, BlockPos pPos)
-
字段详细资料
-
CODEC
-
feature
-
chance
public final float chance
-
-
构造器详细资料
-
WeightedPlacedFeature
-
-
方法详细资料
-
place
public boolean place(WorldGenLevel pLevel, ChunkGenerator pChunkGenerator, RandomSource pRandom, BlockPos pPos)
-