Class DepthBasedReplacingBaseStoneSource
java.lang.Object
net.minecraft.world.level.levelgen.DepthBasedReplacingBaseStoneSource
- All Implemented Interfaces:
BaseStoneSource
-
Field Summary
Modifier and TypeFieldDescriptionprivate static int
private static int
private BlockState
private WorldgenRandom
private BlockState
private long
private NoiseGeneratorSettings
-
Constructor Summary
ConstructorDescriptionDepthBasedReplacingBaseStoneSource(long p_158261_, BlockState p_158262_, BlockState p_158263_, NoiseGeneratorSettings p_158264_)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.level.levelgen.BaseStoneSource
getBaseBlock
-
Field Details
-
ALWAYS_REPLACE_BELOW_Y
private static final int ALWAYS_REPLACE_BELOW_Y- See Also:
- Constant Field Values
-
NEVER_REPLACE_ABOVE_Y
private static final int NEVER_REPLACE_ABOVE_Y- See Also:
- Constant Field Values
-
random
-
seed
private final long seed -
normalBlock
-
replacementBlock
-
settings
-
-
Constructor Details
-
DepthBasedReplacingBaseStoneSource
public DepthBasedReplacingBaseStoneSource(long p_158261_, BlockState p_158262_, BlockState p_158263_, NoiseGeneratorSettings p_158264_)
-
-
Method Details
-
getBaseBlock
- Specified by:
getBaseBlock
in interfaceBaseStoneSource
-