Remove _INVALID_ methods
By: md_5 <git@md-5.net>
This commit is contained in:
parent
9cf4fbdb11
commit
b2156bae0d
9 changed files with 0 additions and 229 deletions
|
@ -109,21 +109,6 @@ public final class Bukkit {
|
|||
return server.getBukkitVersion();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets an array copy of all currently logged in players.
|
||||
* <p>
|
||||
* This method exists for legacy reasons to provide backwards
|
||||
* compatibility. It will not exist at runtime and should not be used
|
||||
* under any circumstances.
|
||||
*
|
||||
* @deprecated superseded by {@link #getOnlinePlayers()}
|
||||
* @return an array of Players that are currently online
|
||||
*/
|
||||
@Deprecated
|
||||
public static Player[] _INVALID_getOnlinePlayers() {
|
||||
return server._INVALID_getOnlinePlayers();
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets a view of all currently logged in players. This {@linkplain
|
||||
* Collections#unmodifiableCollection(Collection) view} is a reused
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue