EntityHuman is a LivingEntity
This commit is contained in:
parent
08e1d41b3f
commit
2180eb69ec
@ -4,7 +4,7 @@ package org.bukkit;
|
|||||||
/**
|
/**
|
||||||
* Represents a human entity, such as an NPC or a player
|
* 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
|
* Gets the item this entity has currently selected, which will be shown in
|
||||||
* their hand
|
* their hand
|
||||||
|
Loading…
x
Reference in New Issue
Block a user