Class NoiseDependant
- java.lang.Object
-
- net.minecraft.world.gen.placement.NoiseDependant
-
- All Implemented Interfaces:
IPlacementConfig
public class NoiseDependant extends java.lang.Object implements IPlacementConfig
-
-
Field Summary
Fields Modifier and Type Field Description int
aboveNoise
int
belowNoise
static com.mojang.serialization.Codec<NoiseDependant>
CODEC
double
noiseLevel
-
Fields inherited from interface net.minecraft.world.gen.placement.IPlacementConfig
NONE
-
-
Constructor Summary
Constructors Constructor Description NoiseDependant(double p_i48685_1_, int p_i48685_3_, int p_i48685_4_)
-
-
-
Field Detail
-
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
-
-