public static class StructureVillagePieces.Path extends StructureVillagePieces.Road
StructureComponent.BlockSelectorfield_143015_kboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
Path() |
Path(StructureVillagePieces.Start start,
int p_i45562_2_,
java.util.Random rand,
StructureBoundingBox p_i45562_4_,
EnumFacing facing) |
| 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 StructureBoundingBox |
func_175848_a(StructureVillagePieces.Start start,
java.util.List<StructureComponent> p_175848_1_,
java.util.Random rand,
int p_175848_3_,
int p_175848_4_,
int p_175848_5_,
EnumFacing facing) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound)
(abstract) Helper method to read subclass data from NBT
|
protected void |
writeStructureToNBT(NBTTagCompound tagCompound)
(abstract) Helper method to write subclass data to NBT
|
canVillageGoDeeper, fillWithBlocks, func_175846_a, func_175847_a, func_180779_c, getAverageGroundLevel, getNextComponentNN, getNextComponentPP, replaceAirAndLiquidDownwards, setBlockState, spawnVillagersclearCurrentPositionBlocksUpwards, createStructureBaseNBT, fillWithAir, fillWithRandomizedBlocks, findIntersecting, func_175805_a, func_181138_a, generateChestContents, generateDispenserContents, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBTpublic Path()
public Path(StructureVillagePieces.Start start, int p_i45562_2_, java.util.Random rand, StructureBoundingBox p_i45562_4_, EnumFacing facing)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT in class StructureVillagePieces.Villageprotected void readStructureFromNBT(NBTTagCompound tagCompound)
readStructureFromNBT in class StructureVillagePieces.Villagepublic void buildComponent(StructureComponent componentIn, java.util.List<StructureComponent> listIn, java.util.Random rand)
buildComponent in class StructureComponentpublic static StructureBoundingBox func_175848_a(StructureVillagePieces.Start start, java.util.List<StructureComponent> p_175848_1_, java.util.Random rand, int p_175848_3_, int p_175848_4_, int p_175848_5_, EnumFacing facing)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts in class StructureComponent