AnimalTamer and Tameable interfaces, and corresponding features.

Documentation improvements.

By: Andrew Ardill <andrew.ardill@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-05-03 00:36:02 +10:00
parent be1e3989c3
commit b9681b5415
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
*