public static class ComponentScatteredFeaturePieces.JunglePyramid extends ComponentScatteredFeaturePieces.Feature
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
ComponentScatteredFeaturePieces.JunglePyramid.Stones |
StructureComponent.BlockSelector| Modifier and Type | Field and Description |
|---|---|
private static java.util.List<WeightedRandomChestContent> |
field_175815_j |
private static java.util.List<WeightedRandomChestContent> |
field_175816_i |
private boolean |
field_74945_j |
private boolean |
field_74946_k |
private boolean |
field_74947_h |
private boolean |
field_74948_i |
private static ComponentScatteredFeaturePieces.JunglePyramid.Stones |
junglePyramidsRandomScatteredStones |
field_74936_d, scatteredFeatureSizeX, scatteredFeatureSizeY, scatteredFeatureSizeZboundingBox, componentType, coordBaseMode| Constructor and Description |
|---|
JunglePyramid() |
JunglePyramid(java.util.Random p_i2064_1_,
int p_i2064_2_,
int p_i2064_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_74947_h
private boolean field_74948_i
private boolean field_74945_j
private boolean field_74946_k
private static final java.util.List<WeightedRandomChestContent> field_175816_i
private static final java.util.List<WeightedRandomChestContent> field_175815_j
private static ComponentScatteredFeaturePieces.JunglePyramid.Stones junglePyramidsRandomScatteredStones
public JunglePyramid()
public JunglePyramid(java.util.Random p_i2064_1_,
int p_i2064_2_,
int p_i2064_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