Class LargeDripstoneFeature.LargeDripstone
java.lang.Object
net.minecraft.world.level.levelgen.feature.LargeDripstoneFeature.LargeDripstone
- Enclosing class:
LargeDripstoneFeature
-
Field Summary
-
Constructor Summary
ConstructorDescriptionLargeDripstone
(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_) -
Method Summary
Modifier and TypeMethodDescriptionprivate int
private int
getHeightAtRadius
(float p_159988_) private int
getMaxY()
private int
getMinY()
(package private) boolean
isSuitableForWind
(LargeDripstoneConfiguration p_159997_) (package private) boolean
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary
(WorldGenLevel p_159990_, LargeDripstoneFeature.WindOffsetter p_159991_) (package private) void
placeBlocks
(WorldGenLevel p_225146_, RandomSource p_225147_, LargeDripstoneFeature.WindOffsetter p_225148_)
-
Field Details
-
root
-
pointingUp
private final boolean pointingUp -
radius
private int radius -
bluntness
private final double bluntness -
scale
private final double scale
-
-
Constructor Details
-
LargeDripstone
LargeDripstone(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_)
-
-
Method Details
-
getHeight
private int getHeight() -
getMinY
private int getMinY() -
getMaxY
private int getMaxY() -
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary
boolean moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(WorldGenLevel p_159990_, LargeDripstoneFeature.WindOffsetter p_159991_) -
getHeightAtRadius
private int getHeightAtRadius(float p_159988_) -
placeBlocks
void placeBlocks(WorldGenLevel p_225146_, RandomSource p_225147_, LargeDripstoneFeature.WindOffsetter p_225148_) -
isSuitableForWind
-