javadoc smh
This commit is contained in:
@@ -447,9 +447,12 @@ public class Manager {
|
|||||||
it.next().update();
|
it.next().update();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the ideal server in a server group.
|
* Gets the ideal server in a server group.
|
||||||
|
* @param s The group to check
|
||||||
|
* @param p The player to check
|
||||||
|
* @return the ideal server
|
||||||
*/
|
*/
|
||||||
public ServerInfo getIdealServer(QueueServer s, ProxiedPlayer p) {
|
public ServerInfo getIdealServer(QueueServer s, ProxiedPlayer p) {
|
||||||
HashMap<ServerInfo, ServerPing> serverInfos = s.getLastPings();
|
HashMap<ServerInfo, ServerPing> serverInfos = s.getLastPings();
|
||||||
|
|||||||
@@ -112,7 +112,7 @@ public class Placeholders extends PlaceholderExpansion {
|
|||||||
* <br>Since version 2.9.1 can you use OfflinePlayers in your requests.
|
* <br>Since version 2.9.1 can you use OfflinePlayers in your requests.
|
||||||
*
|
*
|
||||||
* @param player
|
* @param player
|
||||||
* A {@link org.bukkit.PkPlayer Player}.
|
* A org.bukkit.PkPlayer Player.
|
||||||
* @param identifier
|
* @param identifier
|
||||||
* A String containing the identifier/value.
|
* A String containing the identifier/value.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user