This commit is contained in:
Nathan Adams
2012-01-13 08:51:10 +00:00
parent b96b34925b
commit 55cc8722c8
19 changed files with 1969 additions and 3 deletions

View File

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