public class MapGenStronghold extends MapGenStructure
Modifier and Type | Class and Description |
---|---|
static class |
MapGenStronghold.Start |
Modifier and Type | Field and Description |
---|---|
java.util.List<Biome> |
allowedBiomes |
structureMap
rand, range, worldObj
Constructor and Description |
---|
MapGenStronghold() |
MapGenStronghold(java.util.Map<java.lang.String,java.lang.String> p_i2068_1_) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canSpawnStructureAtCoords(int chunkX,
int chunkZ) |
BlockPos |
getClosestStrongholdPos(World worldIn,
BlockPos pos) |
protected java.util.List<BlockPos> |
getCoordList() |
java.lang.String |
getStructureName() |
protected StructureStart |
getStructureStart(int chunkX,
int chunkZ) |
generateStructure, getStructureAt, initializeStructureData, isInsideStructure, isPositionInStructure, recursiveGenerate
generate
public final java.util.List<Biome> allowedBiomes
public MapGenStronghold()
public MapGenStronghold(java.util.Map<java.lang.String,java.lang.String> p_i2068_1_)
public java.lang.String getStructureName()
getStructureName
in class MapGenStructure
public BlockPos getClosestStrongholdPos(World worldIn, BlockPos pos)
getClosestStrongholdPos
in class MapGenStructure
protected boolean canSpawnStructureAtCoords(int chunkX, int chunkZ)
canSpawnStructureAtCoords
in class MapGenStructure
protected java.util.List<BlockPos> getCoordList()
getCoordList
in class MapGenStructure
protected StructureStart getStructureStart(int chunkX, int chunkZ)
getStructureStart
in class MapGenStructure