Class LargeDripstoneFeature.LargeDripstone
java.lang.Object
net.minecraft.world.level.levelgen.feature.LargeDripstoneFeature.LargeDripstone
- Enclosing class:
- LargeDripstoneFeature
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionLargeDripstone(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_) 
- 
Method SummaryModifier and TypeMethodDescriptionprivate intprivate intgetHeightAtRadius(float p_159988_) private intgetMaxY()private intgetMinY()(package private) booleanisSuitableForWind(LargeDripstoneConfiguration p_159997_) (package private) booleanmoveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(WorldGenLevel p_159990_, LargeDripstoneFeature.WindOffsetter p_159991_) (package private) voidplaceBlocks(WorldGenLevel p_225146_, RandomSource p_225147_, LargeDripstoneFeature.WindOffsetter p_225148_) 
- 
Field Details- 
root
- 
pointingUpprivate final boolean pointingUp
- 
radiusprivate int radius
- 
bluntnessprivate final double bluntness
- 
scaleprivate final double scale
 
- 
- 
Constructor Details- 
LargeDripstoneLargeDripstone(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_) 
 
- 
- 
Method Details- 
getHeightprivate int getHeight()
- 
getMinYprivate int getMinY()
- 
getMaxYprivate int getMaxY()
- 
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessaryboolean moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(WorldGenLevel p_159990_, LargeDripstoneFeature.WindOffsetter p_159991_) 
- 
getHeightAtRadiusprivate int getHeightAtRadius(float p_159988_) 
- 
placeBlocksvoid placeBlocks(WorldGenLevel p_225146_, RandomSource p_225147_, LargeDripstoneFeature.WindOffsetter p_225148_) 
- 
isSuitableForWind
 
-