Added getBukkitVersion to Server

This commit is contained in:
Nathan Adams
2011-10-31 04:01:56 +00:00
parent 3e4de88020
commit e345626f9e
2 changed files with 12 additions and 1 deletions

View File

@@ -53,6 +53,13 @@ public interface Server {
* @return version of this server implementation
*/
public String getVersion();
/**
* Gets the Bukkit version that this server is running.
*
* @return Version of Bukkit
*/
public String getBukkitVersion();
/**
* Gets a list of all currently logged in players