public static class StructureStrongholdPieces.Corridor extends StructureStrongholdPieces.Stronghold
StructureStrongholdPieces.Stronghold.DoorStructureComponent.BlockSelector| Modifier and Type | Field and Description |
|---|---|
private int |
field_74993_a |
field_143013_dboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
Corridor() |
Corridor(int p_i45581_1_,
java.util.Random p_i45581_2_,
StructureBoundingBox p_i45581_3_,
EnumFacing p_i45581_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...
|
static StructureBoundingBox |
func_175869_a(java.util.List<StructureComponent> p_175869_0_,
java.util.Random p_175869_1_,
int p_175869_2_,
int p_175869_3_,
int p_175869_4_,
EnumFacing p_175869_5_) |
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
|
canStrongholdGoDeeper, getNextComponentNormal, getNextComponentX, getNextComponentZ, getRandomDoor, placeDoorbuildComponent, clearCurrentPositionBlocksUpwards, 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 Corridor()
public Corridor(int p_i45581_1_,
java.util.Random p_i45581_2_,
StructureBoundingBox p_i45581_3_,
EnumFacing p_i45581_4_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
StructureComponentwriteStructureToNBT in class StructureStrongholdPieces.Strongholdprotected void readStructureFromNBT(NBTTagCompound tagCompound)
StructureComponentreadStructureFromNBT in class StructureStrongholdPieces.Strongholdpublic static StructureBoundingBox func_175869_a(java.util.List<StructureComponent> p_175869_0_, java.util.Random p_175869_1_, int p_175869_2_, int p_175869_3_, int p_175869_4_, EnumFacing p_175869_5_)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
StructureComponentaddComponentParts in class StructureComponent