Class LargeDripstoneFeature.LargeDripstone
java.lang.Object
net.minecraft.world.level.levelgen.feature.LargeDripstoneFeature.LargeDripstone
- Enclosing class:
 - LargeDripstoneFeature
 
- 
Field Summary
Fields - 
Constructor Summary
ConstructorsConstructorDescriptionLargeDripstone(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_)  - 
Method Summary
Modifier 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
 - 
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
 
 -