mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-17 21:33:49 -07:00
Add an isValid() method to Entity. Addresses BUKKIT-810
By: TomyLobo <tomylobo@nurfuerspam.de>
This commit is contained in:
@@ -129,6 +129,13 @@ public interface Entity extends Metadatable {
|
||||
*/
|
||||
public boolean isDead();
|
||||
|
||||
/**
|
||||
* Returns false if the entity has died or been despawned for some other
|
||||
* reason.
|
||||
* @return True if valid.
|
||||
*/
|
||||
public boolean isValid();
|
||||
|
||||
/**
|
||||
* Gets the {@link Server} that contains this Entity
|
||||
*
|
||||
|
Reference in New Issue
Block a user