mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-10 09:02:09 -07:00
@@ -242,9 +242,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
* despawning of living entities. </b>
|
* despawning of living entities. </b>
|
||||||
*
|
*
|
||||||
* @return true if this entity is persistent
|
* @return true if this entity is persistent
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public boolean isPersistent();
|
public boolean isPersistent();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -252,9 +250,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||||||
*
|
*
|
||||||
* @param persistent the persistence status
|
* @param persistent the persistence status
|
||||||
* @see #isPersistent()
|
* @see #isPersistent()
|
||||||
* @deprecated draft API
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
|
||||||
public void setPersistent(boolean persistent);
|
public void setPersistent(boolean persistent);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user