net.minecraft.world.gen.structure
Class ComponentVillageStartPiece
java.lang.Object
net.minecraft.world.gen.structure.StructureComponent
net.minecraft.world.gen.structure.ComponentVillage
net.minecraft.world.gen.structure.ComponentVillageWell
net.minecraft.world.gen.structure.ComponentVillageStartPiece
public class ComponentVillageStartPiece
- extends ComponentVillageWell
worldChunkMngr
public final WorldChunkManager worldChunkMngr
inDesert
public final boolean inDesert
- Boolean that determines if the village is in a desert or not.
biome
public final BiomeGenBase biome
terrainType
public final int terrainType
- World terrain type, 0 for normal, 1 for flap map
structVillagePieceWeight
public StructureVillagePieceWeight structVillagePieceWeight
structureVillageWeightedPieceList
public ArrayList structureVillageWeightedPieceList
- Contains List of all spawnable Structure Piece Weights. If no more Pieces of a type can be spawned, they are
removed from this list
field_74932_i
public ArrayList field_74932_i
field_74930_j
public ArrayList field_74930_j
ComponentVillageStartPiece
public ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager,
int par2,
Random par3Random,
int par4,
int par5,
ArrayList par6ArrayList,
int par7)
getWorldChunkManager
public WorldChunkManager getWorldChunkManager()