geforkt von Mirrors/Paper
Entity.isDead returns true if the entity has been marked for removal
By: afforess <afforess@gmail.com>
Dieser Commit ist enthalten in:
Ursprung
22b860367d
Commit
cd5056a7f6
@ -103,6 +103,11 @@ public interface Entity {
|
||||
*/
|
||||
public void remove();
|
||||
|
||||
/**
|
||||
* Returns true if this entity has been marked for removal.
|
||||
*/
|
||||
public boolean isDead();
|
||||
|
||||
/**
|
||||
* Gets the {@link Server} that contains this Entity
|
||||
*
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren