Class NoiseDependant

java.lang.Object
net.minecraft.world.gen.placement.NoiseDependant
All Implemented Interfaces:
IPlacementConfig

public class NoiseDependant extends Object implements IPlacementConfig
  • Field Details

    • CODEC

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

      public final double noiseLevel
    • belowNoise

      public final int belowNoise
    • aboveNoise

      public final int aboveNoise
  • Constructor Details

    • NoiseDependant

      public NoiseDependant(double p_i48685_1_, int p_i48685_3_, int p_i48685_4_)