Class NoiseThresholdCountPlacement


public class NoiseThresholdCountPlacement extends RepeatingPlacement
  • Field Details

    • CODEC

      public static final com.mojang.serialization.Codec<NoiseThresholdCountPlacement> CODEC
    • noiseLevel

      private final double noiseLevel
    • belowNoise

      private final int belowNoise
    • aboveNoise

      private final int aboveNoise
  • Constructor Details

    • NoiseThresholdCountPlacement

      private NoiseThresholdCountPlacement(double p_191753_, int p_191754_, int p_191755_)
  • Method Details