@Override
public boolean addComponentParts(World p_74875_1_, Random p_74875_2_, StructureBoundingBox p_74875_3_) {
if(this.isLiquidInStructureBoundingBox(p_74875_1_, p_74875_3_)) {
return false;
}
// 指定の色の羊毛ブロックで範囲を埋める
this.fillWithMetadataBlocks(p_74875_1_, p_74875_3_, 0, 0, 0, 4, 10, 4, Blocks.wool, this.color, Blocks.air, 0, false);
this.fillWithAir(p_74875_1_, p_74875_3_, 1, 1, 1, 3, 9, 3);
this.placeBlockAtCurrentPosition(p_74875_1_, Blocks.air, 0, 0, 1, 2, p_74875_3_);
this.placeBlockAtCurrentPosition(p_74875_1_, Blocks.air, 0, 0, 2, 2, p_74875_3_);
this.placeBlockAtCurrentPosition(p_74875_1_, Blocks.air, 0, 0, 3, 2, p_74875_3_);
return true;
}
StructureTestStart.java 文件源码
java
阅读 18
收藏 0
点赞 0
评论 0
项目:AntiMatterMod
作者:
评论列表
文章目录