Package net.minecraft.src
Class ComponentScatteredFeatureJunglePyramid
java.lang.Object
net.minecraft.src.StructureComponent
net.minecraft.src.ComponentScatteredFeatureJunglePyramid
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected intprotected intThe size of the bounding box for this feature in the X axisprotected intThe size of the bounding box for this feature in the Y axisprotected intThe size of the bounding box for this feature in the Z axisFields inherited from class net.minecraft.src.StructureComponent
boundingBox, componentType, coordBaseMode -
Constructor Summary
ConstructorsConstructorDescriptionComponentScatteredFeatureJunglePyramid(Random par1Random, int par2, int par3) -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddComponentParts(World world, Random generatorRand, StructureBoundingBox boundingBox) second Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...voidfillVesselWithExperience(World world, StructureBoundingBox boundingBox, int iRelativeI, int iRelativeJ, int iRelativeK) protected voidfunc_143011_b(NBTTagCompound par1NBTTagCompound) protected voidfunc_143012_a(NBTTagCompound par1NBTTagCompound) protected booleanfunc_74935_a(World par1World, StructureBoundingBox par2StructureBoundingBox, int par3) Methods inherited from class net.minecraft.src.StructureComponent
buildComponent, clearCurrentPositionBlocksUpwards, damageContainerItems, fillCurrentPositionBlocksDownwards, fillWithAir, fillWithBlocks, fillWithMetadataBlocks, fillWithRandomizedBlocks, findIntersecting, func_143009_a, func_143010_b, generateStructureChestContents, generateStructureContainerContents, generateStructureDispenserContents, getBlockIdAtCurrentPosition, getBoundingBox, getCenter, getComponentType, getMetadataTwistedWithGen, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeBlockAtCurrentPosition, placeDoorAtCurrentPosition, randomlyFillWithBlocks, randomlyPlaceBlock, randomlyRareFillWithBlocks
-
Field Details
-
scatteredFeatureSizeX
protected int scatteredFeatureSizeXThe size of the bounding box for this feature in the X axis -
scatteredFeatureSizeY
protected int scatteredFeatureSizeYThe size of the bounding box for this feature in the Y axis -
scatteredFeatureSizeZ
protected int scatteredFeatureSizeZThe size of the bounding box for this feature in the Z axis -
field_74936_d
protected int field_74936_d
-
-
Constructor Details
-
ComponentScatteredFeatureJunglePyramid
public ComponentScatteredFeatureJunglePyramid() -
ComponentScatteredFeatureJunglePyramid
-
-
Method Details
-
func_143012_a
-
func_143011_b
-
addComponentParts
public boolean addComponentParts(World world, Random generatorRand, StructureBoundingBox boundingBox) Description copied from class:StructureComponentsecond Part of Structure generating, this for example places Spiderwebs, Mob Spawners, it closes Mineshafts at the end, it adds Fences...- Specified by:
addComponentPartsin classStructureComponent
-
fillVesselWithExperience
public void fillVesselWithExperience(World world, StructureBoundingBox boundingBox, int iRelativeI, int iRelativeJ, int iRelativeK) -
func_74935_a
protected boolean func_74935_a(World par1World, StructureBoundingBox par2StructureBoundingBox, int par3)
-