[Bleeding] Added Ageable interface for Villagers and Animals to extend. Addresses BUKKIT-1232
By: aPunch <theapunch@yahoo.com>
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user