public class ComponentVillageStartPiece extends ComponentVillageWell
Modifier and Type | Field and Description |
---|---|
BiomeGenBase |
biome |
java.util.List |
field_74930_j |
java.util.List |
field_74932_i |
boolean |
inDesert
Boolean that determines if the village is in a desert or not.
|
java.util.List |
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 |
field_143015_k
boundingBox, componentType, coordBaseMode
Constructor and Description |
---|
ComponentVillageStartPiece() |
ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager,
int par2,
java.util.Random par3Random,
int par4,
int par5,
java.util.List par6List,
int par7) |
Modifier and Type | Method and Description |
---|---|
WorldChunkManager |
getWorldChunkManager() |
addComponentParts, buildComponent
canVillageGoDeeper, fillCurrentPositionBlocksDownwards, fillWithBlocks, func_143011_b, func_143012_a, getAverageGroundLevel, getBiomeSpecificBlock, getBiomeSpecificBlockMetadata, getNextComponentNN, getNextComponentPP, getVillagerType, placeBlockAtCurrentPosition, spawnVillagers
clearCurrentPositionBlocksUpwards, fillWithAir, fillWithMetadataBlocks, fillWithRandomizedBlocks, findIntersecting, func_143009_a, func_143010_b, generateStructureChestContents, generateStructureDispenserContents, getBlockIdAtCurrentPosition, getBoundingBox, getCenter, getComponentType, getMetadataWithOffset, getXWithOffset, getYWithOffset, getZWithOffset, isLiquidInStructureBoundingBox, placeDoorAtCurrentPosition, randomlyFillWithBlocks, randomlyPlaceBlock, randomlyRareFillWithBlocks
public WorldChunkManager worldChunkMngr
public boolean inDesert
public BiomeGenBase biome
public int terrainType
public StructureVillagePieceWeight structVillagePieceWeight
public java.util.List structureVillageWeightedPieceList
public java.util.List field_74932_i
public java.util.List field_74930_j
public ComponentVillageStartPiece()
public ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager, int par2, java.util.Random par3Random, int par4, int par5, java.util.List par6List, int par7)
public WorldChunkManager getWorldChunkManager()