net.minecraft.world.gen.placementmodifier

public class NoiseThresholdCountPlacementModifier

extends AbstractCountPlacementModifier

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

Field summary

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

Constructor summary

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

Method summary

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