类 LargeDripstoneFeature.LargeDripstone
java.lang.Object
net.minecraft.world.level.levelgen.feature.LargeDripstoneFeature.LargeDripstone
-
字段概要
字段 -
构造器概要
构造器构造器说明LargeDripstone
(BlockPos pRoot, boolean pPointingUp, int pRadius, double pBluntness, double pScale) -
方法概要
修饰符和类型方法说明private int
private int
getHeightAtRadius
(float pRadius) private int
getMaxY()
private int
getMinY()
(专用程序包) boolean
(专用程序包) boolean
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary
(WorldGenLevel pLevel, LargeDripstoneFeature.WindOffsetter pWindOffsetter) (专用程序包) void
placeBlocks
(WorldGenLevel pLevel, RandomSource pRandom, LargeDripstoneFeature.WindOffsetter pWindOffsetter)
-
字段详细资料
-
root
-
pointingUp
private final boolean pointingUp -
radius
private int radius -
bluntness
private final double bluntness -
scale
private final double scale
-
-
构造器详细资料
-
LargeDripstone
LargeDripstone(BlockPos pRoot, boolean pPointingUp, int pRadius, double pBluntness, double pScale)
-
-
方法详细资料
-
getHeight
private int getHeight() -
getMinY
private int getMinY() -
getMaxY
private int getMaxY() -
moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary
boolean moveBackUntilBaseIsInsideStoneAndShrinkRadiusIfNecessary(WorldGenLevel pLevel, LargeDripstoneFeature.WindOffsetter pWindOffsetter) -
getHeightAtRadius
private int getHeightAtRadius(float pRadius) -
placeBlocks
void placeBlocks(WorldGenLevel pLevel, RandomSource pRandom, LargeDripstoneFeature.WindOffsetter pWindOffsetter) -
isSuitableForWind
-