|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraft.src.VillageCollection
public class VillageCollection
| Constructor Summary | |
|---|---|
VillageCollection(World par1World)
|
|
| Method Summary | |
|---|---|
void |
addVillagerPosition(int par1,
int par2,
int par3)
This is a black hole. |
Village |
findNearestVillage(int par1,
int par2,
int par3,
int par4)
Finds the nearest village, but only the given coordinates are withing it's bounding box plus the given the distance. |
List |
getVillageList()
Get a list of villages. |
void |
tick()
Runs a single tick for the village collection |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VillageCollection(World par1World)
| Method Detail |
|---|
public void addVillagerPosition(int par1,
int par2,
int par3)
public void tick()
public List getVillageList()
public Village findNearestVillage(int par1,
int par2,
int par3,
int par4)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||