13
0
geforkt von Mirrors/Paper

... Entity has no health.

By: Dinnerbone <dinnerbone@dinnerbone.com>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2011-01-03 16:34:29 +00:00
Ursprung b861c6c3fd
Commit f7ed510964

Datei anzeigen

@ -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);
}