mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 07:20:24 +01:00
EntityHuman is a LivingEntity
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
854fe58b3f
commit
9edbd3958d
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue