public class ComponentScatteredFeatureJunglePyramid extends StructureComponent
Modifier and Type | Field and Description |
---|---|
static WeightedRandomChestContent[] |
junglePyramidsChestContents
List of Chest contents to be generated in the Jungle Pyramid chests.
|
static WeightedRandomChestContent[] |
junglePyramidsDispenserContents
List of Dispenser contents to be generated in the Jungle Pyramid dispensers.
|
Constructor and Description |
---|
ComponentScatteredFeatureJunglePyramid(Random par1Random,
int par2,
int par3) |
Modifier and Type | Method and Description |
---|---|
boolean |
addComponentParts(World par1World,
Random par2Random,
StructureBoundingBox par3StructureBoundingBox)
second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at
the end, it adds Fences...
|
buildComponent, findIntersecting, getBoundingBox, getCenter, getComponentType
public static final WeightedRandomChestContent[] junglePyramidsChestContents
public static final WeightedRandomChestContent[] junglePyramidsDispenserContents
public ComponentScatteredFeatureJunglePyramid(Random par1Random, int par2, int par3)
public boolean addComponentParts(World par1World, Random par2Random, StructureBoundingBox par3StructureBoundingBox)
addComponentParts
in class StructureComponent