mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Remove draft API from entity persistence
By: md_5 <git@md-5.net>
This commit is contained in:
parent
dcad73811e
commit
ea326e0e3f
1 changed files with 0 additions and 4 deletions
|
@ -242,9 +242,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||
* despawning of living entities. </b>
|
||||
*
|
||||
* @return true if this entity is persistent
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
public boolean isPersistent();
|
||||
|
||||
/**
|
||||
|
@ -252,9 +250,7 @@ public interface Entity extends Metadatable, CommandSender, Nameable, Persistent
|
|||
*
|
||||
* @param persistent the persistence status
|
||||
* @see #isPersistent()
|
||||
* @deprecated draft API
|
||||
*/
|
||||
@Deprecated
|
||||
public void setPersistent(boolean persistent);
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue