|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.minecraft.src.StructureComponent
net.minecraft.src.ComponentVillage
net.minecraft.src.ComponentVillageWell
net.minecraft.src.ComponentVillageStartPiece
public class ComponentVillageStartPiece
Field Summary | |
---|---|
boolean |
field_74927_b
|
ArrayList |
field_74930_j
|
ArrayList |
field_74932_i
|
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.src.ComponentVillageWell |
---|
addComponentParts, buildComponent |
Methods inherited from class net.minecraft.src.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 field_74927_b
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 |