类 LargeDripstoneFeature.LargeDripstone
java.lang.Object
net.minecraft.world.level.levelgen.feature.LargeDripstoneFeature.LargeDripstone
-
字段概要
字段 -
构造器概要
构造器构造器说明LargeDripstone
(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_) -
方法概要
修饰符和类型方法说明private int
private int
getHeightAtRadius
(float p_159988_) private int
getMaxY()
private int
getMinY()
(专用程序包) boolean
isSuitableForWind
(LargeDripstoneConfiguration p_159997_) (专用程序包) boolean
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary
(WorldGenLevel p_159990_, LargeDripstoneFeature.WindOffsetter p_159991_) (专用程序包) void
placeBlocks
(WorldGenLevel p_225146_, RandomSource p_225147_, LargeDripstoneFeature.WindOffsetter p_225148_)
-
字段详细资料
-
root
-
pointingUp
private final boolean pointingUp -
radius
private int radius -
bluntness
private final double bluntness -
scale
private final double scale
-
-
构造器详细资料
-
LargeDripstone
LargeDripstone(BlockPos p_197116_, boolean p_197117_, int p_197118_, double p_197119_, double p_197120_)
-
-
方法详细资料
-
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
-