From 9edbd3958d75fbe9474bbf07f1cfef71e536273f Mon Sep 17 00:00:00 2001 From: Bukkit/Spigot Date: Wed, 29 Dec 2010 23:18:09 +0000 Subject: [PATCH] EntityHuman is a LivingEntity By: Dinnerbone --- paper-api/src/org/bukkit/EntityHuman.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paper-api/src/org/bukkit/EntityHuman.java b/paper-api/src/org/bukkit/EntityHuman.java index 9e3b7926a5..c1e501528b 100644 --- a/paper-api/src/org/bukkit/EntityHuman.java +++ b/paper-api/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