net.minecraft.src
Class VillageCollection

java.lang.Object
  extended by net.minecraft.src.VillageCollection

public class VillageCollection
extends Object


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 func_75540_b()
           
 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

VillageCollection

public VillageCollection(World par1World)
Method Detail

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.