public static class ComponentScatteredFeaturePieces.DesertPyramid extends ComponentScatteredFeaturePieces.Feature
StructureComponent.BlockSelector| Modifier and Type | Field and Description |
|---|---|
private boolean[] |
field_74940_h |
private static java.util.List<WeightedRandomChestContent> |
itemsToGenerateInTemple |
field_74936_d, scatteredFeatureSizeX, scatteredFeatureSizeY, scatteredFeatureSizeZboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
DesertPyramid() |
DesertPyramid(java.util.Random p_i2062_1_,
int p_i2062_2_,
int p_i2062_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 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
|
func_74935_abuildComponent, 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, setBlockStateprivate boolean[] field_74940_h
private static final java.util.List<WeightedRandomChestContent> itemsToGenerateInTemple
public DesertPyramid()
public DesertPyramid(java.util.Random p_i2062_1_,
int p_i2062_2_,
int p_i2062_3_)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
StructureComponentwriteStructureToNBT in class ComponentScatteredFeaturePieces.Featureprotected void readStructureFromNBT(NBTTagCompound tagCompound)
StructureComponentreadStructureFromNBT in class ComponentScatteredFeaturePieces.Featurepublic boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
StructureComponentaddComponentParts in class StructureComponent