public static class StructureNetherBridgePieces.Crossing2 extends StructureNetherBridgePieces.Piece
StructureComponent.BlockSelectorfield_111019_aboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
Crossing2() |
Crossing2(int p_i45616_1_,
java.util.Random p_i45616_2_,
StructureBoundingBox p_i45616_3_,
EnumFacing p_i45616_4_) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn)
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at
the end, it adds Fences...
|
void |
buildComponent(StructureComponent componentIn,
java.util.List<StructureComponent> listIn,
java.util.Random rand)
Initiates construction of the Structure Component picked, at the current Location of StructGen
|
static StructureNetherBridgePieces.Crossing2 |
func_175878_a(java.util.List<StructureComponent> p_175878_0_,
java.util.Random p_175878_1_,
int p_175878_2_,
int p_175878_3_,
int p_175878_4_,
EnumFacing p_175878_5_,
int p_175878_6_) |
getNextComponentNormal, getNextComponentX, getNextComponentZ, isAboveGround, readStructureFromNBT, writeStructureToNBTclearCurrentPositionBlocksUpwards, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, func_175805_a, func_181138_a, generateChestContents, generateDispenserContents, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockStatepublic Crossing2()
public Crossing2(int p_i45616_1_,
java.util.Random p_i45616_2_,
StructureBoundingBox p_i45616_3_,
EnumFacing p_i45616_4_)
public void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
StructureComponentbuildComponent in class StructureComponentpublic static StructureNetherBridgePieces.Crossing2 func_175878_a(java.util.List<StructureComponent> p_175878_0_, java.util.Random p_175878_1_, int p_175878_2_, int p_175878_3_, int p_175878_4_, EnumFacing p_175878_5_, int p_175878_6_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
StructureComponentaddComponentParts in class StructureComponent