public static class StructureVillagePieces.House3 extends StructureVillagePieces.Village
StructureComponent.BlockSelector
field_143015_k
boundingBox, componentType, coordBaseMode
Constructor and Description |
---|
House3() |
House3(StructureVillagePieces.Start start,
int p_i45561_2_,
java.util.Random rand,
StructureBoundingBox p_i45561_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...
|
static StructureVillagePieces.House3 |
func_175849_a(StructureVillagePieces.Start start,
java.util.List<StructureComponent> p_175849_1_,
java.util.Random rand,
int p_175849_3_,
int p_175849_4_,
int p_175849_5_,
EnumFacing facing,
int p_175849_7_) |
canVillageGoDeeper, fillWithBlocks, func_175846_a, func_175847_a, func_180779_c, getAverageGroundLevel, getNextComponentNN, getNextComponentPP, readStructureFromNBT, replaceAirAndLiquidDownwards, setBlockState, spawnVillagers, writeStructureToNBT
buildComponent, clearCurrentPositionBlocksUpwards, createStructureBaseNBT, fillWithAir, fillWithRandomizedBlocks, findIntersecting, func_175805_a, func_181138_a, generateChestContents, generateDispenserContents, getBlockStateFromPos, getBoundingBox, getBoundingBoxCenter, getComponentType, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeDoorCurrentPosition, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT
public House3()
public House3(StructureVillagePieces.Start start, int p_i45561_2_, java.util.Random rand, StructureBoundingBox p_i45561_4_, EnumFacing facing)
public static StructureVillagePieces.House3 func_175849_a(StructureVillagePieces.Start start, java.util.List<StructureComponent> p_175849_1_, java.util.Random rand, int p_175849_3_, int p_175849_4_, int p_175849_5_, EnumFacing facing, int p_175849_7_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent