From 2180eb69ec5281fcaabbc5acc883fd4aad905430 Mon Sep 17 00:00:00 2001 From: Dinnerbone Date: Wed, 29 Dec 2010 23:18:09 +0000 Subject: EntityHuman is a LivingEntity --- src/org/bukkit/EntityHuman.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3