public static class StructureStrongholdPieces.RoomCrossing extends StructureStrongholdPieces.Stronghold
StructureStrongholdPieces.Stronghold.DoorStructureComponent.BlockSelector| Modifier and Type | Field and Description | 
|---|---|
| protected int | roomType | 
entryDoorboundingBox, componentType| Constructor and Description | 
|---|
| RoomCrossing() | 
| RoomCrossing(int p_i45575_1_,
            java.util.Random p_i45575_2_,
            StructureBoundingBox p_i45575_3_,
            EnumFacing p_i45575_4_) | 
| 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 StructureStrongholdPieces.RoomCrossing | createPiece(java.util.List<StructureComponent> p_175859_0_,
           java.util.Random p_175859_1_,
           int p_175859_2_,
           int p_175859_3_,
           int p_175859_4_,
           EnumFacing p_175859_5_,
           int p_175859_6_) | 
| protected void | readStructureFromNBT(NBTTagCompound tagCompound) | 
| protected void | writeStructureToNBT(NBTTagCompound tagCompound) | 
canStrongholdGoDeeper, getNextComponentNormal, getNextComponentX, getNextComponentZ, getRandomDoor, placeDoorclearCurrentPositionBlocksUpwards, createDispenser, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithBlocksRandomly, fillWithRandomizedBlocks, findIntersecting, generateChest, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getCoordBaseMode, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseModepublic RoomCrossing()
public RoomCrossing(int p_i45575_1_,
                    java.util.Random p_i45575_2_,
                    StructureBoundingBox p_i45575_3_,
                    EnumFacing p_i45575_4_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT in class StructureStrongholdPieces.Strongholdprotected void readStructureFromNBT(NBTTagCompound tagCompound)
readStructureFromNBT in class StructureStrongholdPieces.Strongholdpublic void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
buildComponent in class StructureComponentpublic static StructureStrongholdPieces.RoomCrossing createPiece(java.util.List<StructureComponent> p_175859_0_, java.util.Random p_175859_1_, int p_175859_2_, int p_175859_3_, int p_175859_4_, EnumFacing p_175859_5_, int p_175859_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts in class StructureComponent