public static class ComponentScatteredFeaturePieces.SwampHut extends StructureComponent
StructureComponent.BlockSelector
Modifier and Type | Field and Description |
---|---|
protected int |
field_74936_d |
protected int |
scatteredFeatureSizeX
The size of the bounding box for this feature in the X axis
|
protected int |
scatteredFeatureSizeY
The size of the bounding box for this feature in the Y axis
|
protected int |
scatteredFeatureSizeZ
The size of the bounding box for this feature in the Z axis
|
boundingBox, componentType, coordBaseMode
Constructor and Description |
---|
SwampHut() |
SwampHut(java.util.Random p_i2066_1_,
int p_i2066_2_,
int p_i2066_3_) |
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...
|
protected boolean |
func_74935_a(World worldIn,
StructureBoundingBox p_74935_2_,
int p_74935_3_) |
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
|
buildComponent, 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, setBlockState
protected int scatteredFeatureSizeX
protected int scatteredFeatureSizeY
protected int scatteredFeatureSizeZ
protected int field_74936_d
public SwampHut()
public SwampHut(java.util.Random p_i2066_1_, int p_i2066_2_, int p_i2066_3_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
protected void readStructureFromNBT(NBTTagCompound tagCompound)
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent
protected boolean func_74935_a(World worldIn, StructureBoundingBox p_74935_2_, int p_74935_3_)