Package net.minecraft.src
Class MapGenNetherBridge
- java.lang.Object
-
- net.minecraft.src.MapGenBase
-
- net.minecraft.src.MapGenStructure
-
- net.minecraft.src.MapGenNetherBridge
-
public class MapGenNetherBridge extends MapGenStructure
-
-
Field Summary
-
Fields inherited from class net.minecraft.src.MapGenStructure
coordMap
-
Fields inherited from class net.minecraft.src.MapGenBase
rand, range, worldObj
-
-
Constructor Summary
Constructors Constructor Description MapGenNetherBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanSpawnStructureAtCoords(int var1, int var2)java.util.ListgetSpawnList()protected StructureStartgetStructureStart(int var1, int var2)-
Methods inherited from class net.minecraft.src.MapGenStructure
func_40482_a, func_40483_a, generate, generateStructuresInChunk, getNearestInstance, recursiveGenerate
-
-
-
-
Method Detail
-
getSpawnList
public java.util.List getSpawnList()
-
canSpawnStructureAtCoords
protected boolean canSpawnStructureAtCoords(int var1, int var2)- Specified by:
canSpawnStructureAtCoordsin classMapGenStructure
-
getStructureStart
protected StructureStart getStructureStart(int var1, int var2)
- Specified by:
getStructureStartin classMapGenStructure
-
-