public static class MapGenEndCity.Start extends StructureStart
boundingBox, components| Constructor and Description |
|---|
Start() |
Start(World worldIn,
ChunkProviderEnd chunkProvider,
java.util.Random random,
int chunkX,
int chunkZ) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isSizeableStructure()
currently only defined for Villages, returns true if Village has more than 2 non-road components
|
generateStructure, getBoundingBox, getChunkPosX, getChunkPosZ, getComponents, isValidForPostProcess, markAvailableHeight, notifyPostProcessAt, readFromNBT, readStructureComponentsFromNBT, setRandomHeight, updateBoundingBox, writeStructureComponentsToNBT, writeToNBTpublic Start()
public Start(World worldIn, ChunkProviderEnd chunkProvider, java.util.Random random, int chunkX, int chunkZ)
public boolean isSizeableStructure()
isSizeableStructure in class StructureStart