net.minecraft.world.gen.structure
Class StructureStart
java.lang.Object
net.minecraft.world.gen.structure.StructureStart
- Direct Known Subclasses:
- StructureMineshaftStart, StructureScatteredFeatureStart
public abstract class StructureStart
- extends Object
StructureStart
public StructureStart()
getBoundingBox
public StructureBoundingBox getBoundingBox()
getComponents
public LinkedList getComponents()
generateStructure
public void generateStructure(World par1World,
Random par2Random,
StructureBoundingBox par3StructureBoundingBox)
- Keeps iterating Structure Pieces and spawning them until the checks tell it to stop
isSizeableStructure
public boolean isSizeableStructure()
- currently only defined for Villages, returns true if Village has more than 2 non-road components