AnimalTamer and Tameable interfaces, and corresponding features.

Documentation improvements.
This commit is contained in:
Andrew Ardill
2011-05-03 00:36:02 +10:00
parent cf049d53e5
commit 906992e590
4 changed files with 48 additions and 30 deletions

View File

@@ -7,7 +7,7 @@ import org.bukkit.inventory.PlayerInventory;
/**
* Represents a human entity, such as an NPC or a player
*/
public interface HumanEntity extends LivingEntity {
public interface HumanEntity extends LivingEntity, AnimalTamer {
/**
* Returns the name of this player
*