|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager,
int par2,
Random par3Random,
int par4,
int par5,
ArrayList par6ArrayList,
int par7)
|
|
| Method Summary | |
|---|---|
WorldChunkManager |
getWorldChunkManager()
|
| Methods inherited from class net.minecraft.world.gen.structure.ComponentVillageWell |
|---|
addComponentParts, buildComponent |
| Methods inherited from class net.minecraft.world.gen.structure.StructureComponent |
|---|
findIntersecting, getBoundingBox, getCenter, getComponentType |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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
| Constructor Detail |
|---|
public ComponentVillageStartPiece(WorldChunkManager par1WorldChunkManager,
int par2,
Random par3Random,
int par4,
int par5,
ArrayList par6ArrayList,
int par7)
| Method Detail |
|---|
public WorldChunkManager getWorldChunkManager()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||