public static class MapGenVillage.Start extends StructureStart
boundingBox, components
Constructor and Description |
---|
Start() |
Start(World worldIn,
java.util.Random rand,
int x,
int z,
int p_i2092_5_) |
Modifier and Type | Method and Description |
---|---|
boolean |
isSizeableStructure()
currently only defined for Villages, returns true if Village has more than 2 non-road components
|
void |
readFromNBT(NBTTagCompound tagCompound) |
void |
writeToNBT(NBTTagCompound tagCompound) |
func_175787_b, func_175788_a, generateStructure, getBoundingBox, getChunkPosX, getChunkPosZ, getComponents, markAvailableHeight, readStructureComponentsFromNBT, setRandomHeight, updateBoundingBox, writeStructureComponentsToNBT
public Start()
public Start(World worldIn, java.util.Random rand, int x, int z, int p_i2092_5_)
public boolean isSizeableStructure()
isSizeableStructure
in class StructureStart
public void writeToNBT(NBTTagCompound tagCompound)
writeToNBT
in class StructureStart
public void readFromNBT(NBTTagCompound tagCompound)
readFromNBT
in class StructureStart