net.minecraft.src
Class VillageCollection
java.lang.Object
net.minecraft.src.VillageCollection
public class VillageCollection
- extends Object
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 |
func_75540_b()
|
void |
tick()
Runs a single tick for the village collection |
VillageCollection
public VillageCollection(World par1World)
addVillagerPosition
public void addVillagerPosition(int par1,
int par2,
int par3)
- This is a black hole. You can add data to this list through a public interface, but you can't query that
information in any way and it's not used internally either.
tick
public void tick()
- Runs a single tick for the village collection
func_75540_b
public List func_75540_b()
findNearestVillage
public 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.