net.minecraft.src
Class MapGenStructure

java.lang.Object
  extended by net.minecraft.src.MapGenBase
      extended by net.minecraft.src.MapGenStructure
Direct Known Subclasses:
MapGenMineshaft, MapGenNetherBridge, MapGenScatteredFeature, MapGenStronghold, MapGenVillage

public abstract class MapGenStructure
extends MapGenBase


Constructor Summary
MapGenStructure()
           
 
Method Summary
 boolean func_75048_a(int par1, int par2, int par3)
           
 boolean generateStructuresInChunk(World par1World, Random par2Random, int par3, int par4)
          Generates structures in specified chunk next to existing structures.
 ChunkPosition getNearestInstance(World par1World, int par2, int par3, int par4)
           
 
Methods inherited from class net.minecraft.src.MapGenBase
generate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGenStructure

public MapGenStructure()
Method Detail

generateStructuresInChunk

public boolean generateStructuresInChunk(World par1World,
                                         Random par2Random,
                                         int par3,
                                         int par4)
Generates structures in specified chunk next to existing structures. Does *not* generate StructureStarts.


func_75048_a

public boolean func_75048_a(int par1,
                            int par2,
                            int par3)

getNearestInstance

public ChunkPosition getNearestInstance(World par1World,
                                        int par2,
                                        int par3,
                                        int par4)