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

This commit is contained in:
Dinnerbone
2011-09-03 00:41:22 +01:00
parent 20dd09d983
commit 0484a8bd84
8 changed files with 43 additions and 36 deletions

View File

@@ -9,13 +9,14 @@ import org.bukkit.Material;
import org.bukkit.Note;
import org.bukkit.OfflinePlayer;
import org.bukkit.Statistic;
import org.bukkit.command.CommandSender;
import org.bukkit.map.MapView;
/**
* Represents a player, connected or not
*
*/
public interface Player extends HumanEntity, OfflinePlayer {
public interface Player extends HumanEntity, CommandSender, OfflinePlayer {
/**
* Gets the "friendly" name to display of this player. This may include color.
*