net.minecraft.world.level.levelgen.placement

public class NoiseThresholdCountPlacement

extends RepeatingPlacement

enn
net.minecraft.world.level.levelgen.placement.NoiseThresholdCountPlacement
net.minecraft.class_3003
net.minecraft.world.gen.placementmodifier.NoiseThresholdCountPlacementModifier
net.minecraft.world.level.levelgen.placement.NoiseThresholdCountPlacement

Field summary

Modifier and TypeField
public static final com.mojang.serialization.MapCodec<NoiseThresholdCountPlacement>
a
CODEC
field_24890
MODIFIER_CODEC
private final double
c
noiseLevel
field_13444
noiseLevel
private final int
d
belowNoise
field_13446
belowNoise
private final int
e
aboveNoise
field_13445
aboveNoise

Constructor summary

ModifierConstructor
private (double noiseLevel, int belowNoise, int aboveNoise)

Method summary

Modifier and TypeMethod
public static NoiseThresholdCountPlacement
a(double arg0, int arg1, int arg2)
of(double arg0, int arg1, int arg2)
method_39642(double arg0, int arg1, int arg2)
of(double noiseLevel, int belowNoise, int aboveNoise)
protected int
a(bam arg0, jh arg1)
count(RandomSource arg0, BlockPos arg1)
method_14452(class_5819 arg0, class_2338 arg1)
getCount(Random arg0, BlockPos arg1)
public PlacementModifierType<?>
b()
type()
method_39615()
getType()