Package | Description |
---|---|
net.minecraft.entity.ai | |
net.minecraft.entity.monster | |
net.minecraft.entity.passive | |
net.minecraft.village | |
net.minecraftforge.event | |
net.minecraftforge.event.village |
Modifier and Type | Field and Description |
---|---|
(package private) Village |
EntityAIVillagerMate.village |
Modifier and Type | Method and Description |
---|---|
private VillageDoorInfo |
EntityAIMoveThroughVillage.findNearestDoor(Village villageIn) |
Modifier and Type | Field and Description |
---|---|
(package private) Village |
EntityIronGolem.village |
Modifier and Type | Method and Description |
---|---|
Village |
EntityIronGolem.getVillage() |
Modifier and Type | Field and Description |
---|---|
(package private) Village |
EntityVillager.village |
Modifier and Type | Field and Description |
---|---|
private Village |
VillageSiege.village |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Village> |
VillageCollection.villageList |
Modifier and Type | Method and Description |
---|---|
Village |
VillageCollection.getNearestVillage(BlockPos doorBlock,
int radius) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Village> |
VillageCollection.getVillageList() |
Modifier and Type | Method and Description |
---|---|
static CapabilityDispatcher |
ForgeEventFactory.gatherCapabilities(Village village) |
Modifier and Type | Field and Description |
---|---|
private Village |
VillageSiegeEvent.village |
Modifier and Type | Method and Description |
---|---|
Village |
VillageSiegeEvent.getVillage() |
Constructor and Description |
---|
VillageSiegeEvent(VillageSiege siege,
World world,
EntityPlayer player,
Village village,
Vec3d attemptedSpawnPos) |