Remove some more long deprecated methods (3+ years)

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2017-05-14 12:00:00 +10:00
parent 975152bbcb
commit 32f414ff58
3 changed files with 0 additions and 65 deletions

View File

@@ -41,17 +41,6 @@ public interface OfflinePlayer extends ServerOperator, AnimalTamer, Configuratio
*/
public boolean isBanned();
/**
* Bans or unbans this player
*
* @param banned true if banned
* @deprecated Use {@link org.bukkit.BanList#addBan(String, String, Date,
* String)} or {@link org.bukkit.BanList#pardon(String)} to enhance
* functionality
*/
@Deprecated
public void setBanned(boolean banned);
/**
* Checks if this player is whitelisted or not
*