summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/org/bukkit/EntityHuman.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/org/bukkit/EntityHuman.java b/src/org/bukkit/EntityHuman.java
index 9e3b7926..c1e50152 100644
--- a/src/org/bukkit/EntityHuman.java
+++ b/src/org/bukkit/EntityHuman.java
@@ -4,7 +4,7 @@ package org.bukkit;
/**
* Represents a human entity, such as an NPC or a player
*/
-public interface EntityHuman {
+public interface EntityHuman extends LivingEntity {
/**
* Gets the item this entity has currently selected, which will be shown in
* their hand