public class MapGenNetherBridge extends MapGenStructure
Modifier and Type | Class and Description |
---|---|
static class |
MapGenNetherBridge.Start |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Biome.SpawnListEntry> |
spawnList |
structureMap
rand, range, world
Constructor and Description |
---|
MapGenNetherBridge() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canSpawnStructureAtCoords(int chunkX,
int chunkZ) |
BlockPos |
getNearestStructurePos(World worldIn,
BlockPos pos,
boolean findUnexplored) |
java.util.List<Biome.SpawnListEntry> |
getSpawnList() |
java.lang.String |
getStructureName() |
protected StructureStart |
getStructureStart(int chunkX,
int chunkZ) |
findNearestStructurePosBySpacing, generateStructure, getStructureAt, initializeStructureData, isInsideStructure, isPositionInStructure, recursiveGenerate
generate, setupChunkSeed
private final java.util.List<Biome.SpawnListEntry> spawnList
public java.lang.String getStructureName()
getStructureName
in class MapGenStructure
public java.util.List<Biome.SpawnListEntry> getSpawnList()
protected boolean canSpawnStructureAtCoords(int chunkX, int chunkZ)
canSpawnStructureAtCoords
in class MapGenStructure
protected StructureStart getStructureStart(int chunkX, int chunkZ)
getStructureStart
in class MapGenStructure
public BlockPos getNearestStructurePos(World worldIn, BlockPos pos, boolean findUnexplored)
getNearestStructurePos
in class MapGenStructure