Class 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
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprivate final intprivate final intstatic final com.mojang.serialization.Codec<NoiseThresholdCountPlacement>private final double
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprivateNoiseThresholdCountPlacement(double p_191753_, int p_191754_, int p_191755_) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected intcount(RandomSource p_226355_, BlockPos p_226356_) static NoiseThresholdCountPlacementof(double p_191757_, int p_191758_, int p_191759_) type()Methods inherited from class net.minecraft.world.level.levelgen.placement.RepeatingPlacementgetPositions
- 
Field Details- 
CODEC
- 
noiseLevelprivate final double noiseLevel
- 
belowNoiseprivate final int belowNoise
- 
aboveNoiseprivate final int aboveNoise
 
- 
- 
Constructor Details- 
NoiseThresholdCountPlacementprivate NoiseThresholdCountPlacement(double p_191753_, int p_191754_, int p_191755_) 
 
- 
- 
Method Details- 
of
- 
count- Specified by:
- countin class- RepeatingPlacement
 
- 
type- Specified by:
- typein class- PlacementModifier
 
 
-