Package net.minecraft.src
Class MapGenScatteredFeature
java.lang.Object
net.minecraft.src.MapGenBase
net.minecraft.src.MapGenStructure
net.minecraft.src.MapGenScatteredFeature
-
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) booleanfunc_143030_a(int par1, int par2, int par3) intreturns possible spawns for scattered featuresprotected ChunkPositiongetSpawnStructureAtCoords(int par1, int par2) protected StructureStartgetStructureStart(int par1, int par2) Methods inherited from class net.minecraft.src.MapGenStructure
callGetSpawnStructureAtCoords, func_142038_b, func_143028_c, generateStructuresInChunk, getCoordList, getNearestInstance, hasStructureAt, recursiveGenerateMethods inherited from class net.minecraft.src.MapGenBase
generate, getRand
-
Constructor Details
-
MapGenScatteredFeature
public MapGenScatteredFeature() -
MapGenScatteredFeature
-
-
Method Details
-
func_143025_a
- Specified by:
func_143025_ain classMapGenStructure
-
canSpawnStructureAtCoords
protected boolean canSpawnStructureAtCoords(int par1, int par2) - Specified by:
canSpawnStructureAtCoordsin classMapGenStructure
-
getStructureStart
- Specified by:
getStructureStartin classMapGenStructure
-
getSpawnStructureAtCoords
- Specified by:
getSpawnStructureAtCoordsin classMapGenStructure
-
getCheckRange
public int getCheckRange()- Specified by:
getCheckRangein classMapGenStructure
-
func_143030_a
public boolean func_143030_a(int par1, int par2, int par3) -
getScatteredFeatureSpawnList
returns possible spawns for scattered features
-