public static class StructureNetherBridgePieces.NetherStalkRoom extends StructureComponent
StructureComponent.BlockSelectorboundingBox, componentType| Constructor and Description | 
|---|
NetherStalkRoom()  | 
NetherStalkRoom(int p_i45612_1_,
               java.util.Random p_i45612_2_,
               StructureBoundingBox p_i45612_3_,
               EnumFacing p_i45612_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 StructureNetherBridgePieces.NetherStalkRoom | 
createPiece(java.util.List<StructureComponent> p_175875_0_,
           java.util.Random p_175875_1_,
           int p_175875_2_,
           int p_175875_3_,
           int p_175875_4_,
           EnumFacing p_175875_5_,
           int p_175875_6_)  | 
protected StructureComponent | 
getNextComponentNormal(StructureNetherBridgePieces.Start p_74963_1_,
                      java.util.List<StructureComponent> p_74963_2_,
                      java.util.Random p_74963_3_,
                      int p_74963_4_,
                      int p_74963_5_,
                      boolean p_74963_6_)  | 
protected StructureComponent | 
getNextComponentX(StructureNetherBridgePieces.Start p_74961_1_,
                 java.util.List<StructureComponent> p_74961_2_,
                 java.util.Random p_74961_3_,
                 int p_74961_4_,
                 int p_74961_5_,
                 boolean p_74961_6_)  | 
protected StructureComponent | 
getNextComponentZ(StructureNetherBridgePieces.Start p_74965_1_,
                 java.util.List<StructureComponent> p_74965_2_,
                 java.util.Random p_74965_3_,
                 int p_74965_4_,
                 int p_74965_5_,
                 boolean p_74965_6_)  | 
protected static boolean | 
isAboveGround(StructureBoundingBox p_74964_0_)  | 
protected void | 
readStructureFromNBT(NBTTagCompound tagCompound,
                    TemplateManager p_143011_2_)  | 
protected void | 
writeStructureToNBT(NBTTagCompound tagCompound)  | 
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, setCoordBaseModepublic NetherStalkRoom()
public NetherStalkRoom(int p_i45612_1_,
                       java.util.Random p_i45612_2_,
                       StructureBoundingBox p_i45612_3_,
                       EnumFacing p_i45612_4_)
public void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
buildComponent in class StructureComponentpublic static StructureNetherBridgePieces.NetherStalkRoom createPiece(java.util.List<StructureComponent> p_175875_0_, java.util.Random p_175875_1_, int p_175875_2_, int p_175875_3_, int p_175875_4_, EnumFacing p_175875_5_, int p_175875_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts in class StructureComponentprotected void readStructureFromNBT(NBTTagCompound tagCompound, TemplateManager p_143011_2_)
readStructureFromNBT in class StructureComponentprotected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT in class StructureComponentprotected StructureComponent getNextComponentNormal(StructureNetherBridgePieces.Start p_74963_1_, java.util.List<StructureComponent> p_74963_2_, java.util.Random p_74963_3_, int p_74963_4_, int p_74963_5_, boolean p_74963_6_)
protected StructureComponent getNextComponentX(StructureNetherBridgePieces.Start p_74961_1_, java.util.List<StructureComponent> p_74961_2_, java.util.Random p_74961_3_, int p_74961_4_, int p_74961_5_, boolean p_74961_6_)
protected StructureComponent getNextComponentZ(StructureNetherBridgePieces.Start p_74965_1_, java.util.List<StructureComponent> p_74965_2_, java.util.Random p_74965_3_, int p_74965_4_, int p_74965_5_, boolean p_74965_6_)
protected static boolean isAboveGround(StructureBoundingBox p_74964_0_)