mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-27 15:00:13 +01:00
... Entity has no health.
By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
parent
b861c6c3fd
commit
f7ed510964
1 changed files with 0 additions and 13 deletions
|
@ -32,17 +32,4 @@ public interface Entity {
|
|||
* @return Entity ID
|
||||
*/
|
||||
public int getEntityID();
|
||||
/**
|
||||
* Gets the entitys health from 0-20, where 0 is dead and 20 is full
|
||||
*
|
||||
* @return Health represented from 0-20
|
||||
*/
|
||||
public int getHealth();
|
||||
|
||||
/**
|
||||
* Sets the entitys health from 0-20, where 0 is dead and 20 is full
|
||||
*
|
||||
* @param health New health represented from 0-20
|
||||
*/
|
||||
public void setHealth(int health);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue