net.minecraft.village.VillageCollection.VillageCollection |
( |
String |
par1Str) | |
|
net.minecraft.village.VillageCollection.VillageCollection |
( |
World |
par1World) | |
|
void net.minecraft.village.VillageCollection.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.
Village net.minecraft.village.VillageCollection.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.
void net.minecraft.village.VillageCollection.func_82566_a |
( |
World |
par1World) | |
|
List net.minecraft.village.VillageCollection.getVillageList |
( |
) | |
|
void net.minecraft.village.VillageCollection.readFromNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
|
virtual |
void net.minecraft.village.VillageCollection.tick |
( |
) | |
|
Runs a single tick for the village collection
void net.minecraft.village.VillageCollection.writeToNBT |
( |
NBTTagCompound |
par1NBTTagCompound) | |
|
|
virtual |
The documentation for this class was generated from the following file:
- C:/Users/LazDude/Downloads/MinecraftModding/YATS/forge/mcp/src/minecraft/net/minecraft/village/VillageCollection.java