类 NoiseThresholdCountPlacement
java.lang.Object
net.minecraft.world.level.levelgen.placement.PlacementModifier
net.minecraft.world.level.levelgen.placement.RepeatingPlacement
net.minecraft.world.level.levelgen.placement.NoiseThresholdCountPlacement
-
字段概要
字段修饰符和类型字段说明private final int
private final int
static final com.mojang.serialization.MapCodec
<NoiseThresholdCountPlacement> private final double
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected int
count
(RandomSource p_226355_, BlockPos p_226356_) static NoiseThresholdCountPlacement
of
(double p_191757_, int p_191758_, int p_191759_) type()
从类继承的方法 net.minecraft.world.level.levelgen.placement.RepeatingPlacement
getPositions
-
字段详细资料
-
CODEC
-
noiseLevel
private final double noiseLevel -
belowNoise
private final int belowNoise -
aboveNoise
private final int aboveNoise
-
-
构造器详细资料
-
NoiseThresholdCountPlacement
private NoiseThresholdCountPlacement(double p_191753_, int p_191754_, int p_191755_)
-
-
方法详细资料
-
of
-
count
- 指定者:
count
在类中RepeatingPlacement
-
type
- 指定者:
type
在类中PlacementModifier
-