Added the ability to access offline players & more reverse lookup fixes in Permissible.

By: Dinnerbone <dinnerbone@dinnerbone.com>
This commit is contained in:
Bukkit/Spigot
2011-09-03 00:41:22 +01:00
parent 1d6801b8e6
commit 498e63dbfa
8 changed files with 43 additions and 36 deletions

View File

@@ -18,4 +18,11 @@ public interface CommandSender extends Permissible {
* @return Server instance
*/
public Server getServer();
/**
* Gets the name of this command sender
*
* @return Name of the sender
*/
public String getName();
}