public static class StructureMineshaftPieces.Stairs extends StructureMineshaftPieces.Peice
StructureComponent.BlockSelectormineShaftTypeboundingBox, componentType| Constructor and Description |
|---|
Stairs() |
Stairs(int p_i47136_1_,
java.util.Random p_i47136_2_,
StructureBoundingBox p_i47136_3_,
EnumFacing p_i47136_4_,
MapGenMineshaft.Type p_i47136_5_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn) |
void |
buildComponent(StructureComponent componentIn,
java.util.List<StructureComponent> listIn,
java.util.Random rand) |
static StructureBoundingBox |
findStairs(java.util.List<StructureComponent> listIn,
java.util.Random rand,
int x,
int y,
int z,
EnumFacing facing) |
getFenceBlock, getPlanksBlock, isSupportingBox, readStructureFromNBT, writeStructureToNBTclearCurrentPositionBlocksUpwards, 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, setCoordBaseModepublic Stairs()
public Stairs(int p_i47136_1_,
java.util.Random p_i47136_2_,
StructureBoundingBox p_i47136_3_,
EnumFacing p_i47136_4_,
MapGenMineshaft.Type p_i47136_5_)
public static StructureBoundingBox findStairs(java.util.List<StructureComponent> listIn, java.util.Random rand, int x, int y, int z, EnumFacing facing)
public void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
buildComponent in class StructureComponentpublic boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts in class StructureComponent