public class ComponentVillageStartPiece extends ComponentVillageWell
Modifier and Type | Field and Description |
---|---|
BiomeGenBase |
biome |
ArrayList |
field_74930_j |
ArrayList |
field_74932_i |
boolean |
inDesert
Boolean that determines if the village is in a desert or not.
|
ArrayList |
structureVillageWeightedPieceList
Contains List of all spawnable Structure Piece Weights.
|
StructureVillagePieceWeight |
structVillagePieceWeight |
int |
terrainType
World terrain type, 0 for normal, 1 for flap map
|
WorldChunkManager |
worldChunkMngr |
Constructor and Description |
---|
ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager,
int par2,
Random par3Random,
int par4,
int par5,
ArrayList par6ArrayList,
int par7) |
Modifier and Type | Method and Description |
---|---|
WorldChunkManager |
getWorldChunkManager() |
addComponentParts, buildComponent
findIntersecting, getBoundingBox, getCenter, getComponentType
public final WorldChunkManager worldChunkMngr
public final boolean inDesert
public final BiomeGenBase biome
public final int terrainType
public StructureVillagePieceWeight structVillagePieceWeight
public ArrayList structureVillageWeightedPieceList
public ArrayList field_74932_i
public ArrayList field_74930_j
public ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager, int par2, Random par3Random, int par4, int par5, ArrayList par6ArrayList, int par7)
public WorldChunkManager getWorldChunkManager()