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 ComponentScatteredFeaturePieces.JunglePyramid.Stones |
cobblestoneSelector |
private boolean |
placedHiddenChest |
private boolean |
placedMainChest |
private boolean |
placedTrap1 |
private boolean |
placedTrap2 |
depth, height, horizontalPos, width
boundingBox, componentType
Constructor and Description |
---|
JunglePyramid() |
JunglePyramid(java.util.Random rand,
int x,
int z) |
Modifier and Type | Method and Description |
---|---|
boolean |
addComponentParts(World worldIn,
java.util.Random randomIn,
StructureBoundingBox structureBoundingBoxIn) |
protected void |
readStructureFromNBT(NBTTagCompound tagCompound,
TemplateManager p_143011_2_) |
protected void |
writeStructureToNBT(NBTTagCompound tagCompound) |
offsetToAverageGroundLevel
buildComponent, clearCurrentPositionBlocksUpwards, createDispenser, createStructureBaseNBT, fillWithAir, fillWithBlocks, fillWithRandomizedBlocks, findIntersecting, generateChest, generateChest, generateDoor, generateMaybeBox, getBlockStateFromPos, getBoundingBox, getComponentType, getCoordBaseMode, getSkyBrightness, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, offset, randomlyPlaceBlock, randomlyRareFillWithBlocks, readStructureBaseNBT, replaceAirAndLiquidDownwards, setBlockState, setCoordBaseMode
private boolean placedMainChest
private boolean placedHiddenChest
private boolean placedTrap1
private boolean placedTrap2
private static final ComponentScatteredFeaturePieces.JunglePyramid.Stones cobblestoneSelector
public JunglePyramid()
public JunglePyramid(java.util.Random rand, int x, int z)
protected void writeStructureToNBT(NBTTagCompound tagCompound)
writeStructureToNBT
in class ComponentScatteredFeaturePieces.Feature
protected void readStructureFromNBT(NBTTagCompound tagCompound, TemplateManager p_143011_2_)
readStructureFromNBT
in class ComponentScatteredFeaturePieces.Feature
public boolean addComponentParts(World worldIn, java.util.Random randomIn, StructureBoundingBox structureBoundingBoxIn)
addComponentParts
in class StructureComponent