13
0
geforkt von Mirrors/Paper

Remove draft API from entity persistence

By: md_5 <git@md-5.net>
Dieser Commit ist enthalten in:
Bukkit/Spigot 2020-09-03 08:23:47 +10:00
Ursprung dcad73811e
Commit ea326e0e3f

Datei anzeigen

@ -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);
/**