Package net.minecraft.src
Class MapGenStronghold
java.lang.Object
net.minecraft.src.MapGenBase
net.minecraft.src.MapGenStructure
net.minecraft.src.MapGenStronghold
-
Field Summary
Fields inherited from class net.minecraft.src.MapGenStructure
structureMapFields inherited from class net.minecraft.src.MapGenBase
rand, range, worldObj -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleancanSpawnStructureAtCoords(int par1, int par2) intprotected ListReturns a list of other locations at which the structure generation has been run, or null if not relevant to this structure generator.protected ChunkPositiongetSpawnStructureAtCoords(int var1, int var2) protected StructureStartgetStructureStart(int par1, int par2) Methods inherited from class net.minecraft.src.MapGenStructure
callGetSpawnStructureAtCoords, func_142038_b, func_143028_c, generateStructuresInChunk, getNearestInstance, hasStructureAt, recursiveGenerateMethods inherited from class net.minecraft.src.MapGenBase
generate, getRand
-
Constructor Details
-
MapGenStronghold
public MapGenStronghold() -
MapGenStronghold
-
-
Method Details
-
func_143025_a
- Specified by:
func_143025_ain classMapGenStructure
-
canSpawnStructureAtCoords
protected boolean canSpawnStructureAtCoords(int par1, int par2) - Specified by:
canSpawnStructureAtCoordsin classMapGenStructure
-
getCoordList
Returns a list of other locations at which the structure generation has been run, or null if not relevant to this structure generator.- Overrides:
getCoordListin classMapGenStructure
-
getStructureStart
- Specified by:
getStructureStartin classMapGenStructure
-
getSpawnStructureAtCoords
- Specified by:
getSpawnStructureAtCoordsin classMapGenStructure
-
getCheckRange
public int getCheckRange()- Specified by:
getCheckRangein classMapGenStructure
-