Package net.minecraft.src
Class ComponentScatteredFeatureSwampHut
java.lang.Object
net.minecraft.src.StructureComponent
net.minecraft.src.ComponentScatteredFeatureSwampHut
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanaddComponentParts(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...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
-
ComponentScatteredFeatureSwampHut
public ComponentScatteredFeatureSwampHut() -
ComponentScatteredFeatureSwampHut
-
-
Method Details
-
func_143012_a
-
addComponentParts
public 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...- Specified by:
addComponentPartsin classStructureComponent
-
func_143011_b
-
func_74935_a
protected boolean func_74935_a(World par1World, StructureBoundingBox par2StructureBoundingBox, int par3)
-