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