[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232

By: aPunch <theapunch@yahoo.com>
This commit is contained in:
Bukkit/Spigot
2012-03-19 14:02:10 -05:00
parent bbe996077c
commit 791dd4c428
3 changed files with 67 additions and 61 deletions

View File

@@ -3,7 +3,7 @@ package org.bukkit.entity;
/**
* Represents a villager NPC
*/
public interface Villager extends NPC {
public interface Villager extends Ageable, NPC {
/**
* Gets the current profession of this villager.
*