public static class ComponentScatteredFeaturePieces.Igloo extends ComponentScatteredFeaturePieces.Feature
StructureComponent.BlockSelector
Modifier and Type | Field and Description |
---|---|
private static ResourceLocation |
IGLOO_BOTTOM_ID |
private static ResourceLocation |
IGLOO_MIDDLE_ID |
private static ResourceLocation |
IGLOO_TOP_ID |
depth, height, horizontalPos, width
boundingBox, componentType
Constructor and Description |
---|
Igloo() |
Igloo(java.util.Random rand,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn) |
offsetToAverageGroundLevel, readStructureFromNBT, writeStructureToNBT
buildComponent, clearCurrentPositionBlocksUpwards, createDispenser, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, generateChest, generateChest, generateDoor, generateMaybeBox, getBlockStateFromPos, getBoundingBox, getComponentType, getCoordBaseMode, getSkyBrightness, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode
private static final ResourceLocation IGLOO_TOP_ID
private static final ResourceLocation IGLOO_MIDDLE_ID
private static final ResourceLocation IGLOO_BOTTOM_ID
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent