Added Player.sendRawMessage().

By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
Bukkit/Spigot
2011-03-12 01:05:09 -08:00
parent 2f7446f382
commit 0fe75a4e0f

View File

@@ -50,6 +50,13 @@ public interface Player extends HumanEntity, CommandSender {
*/ */
public InetSocketAddress getAddress(); public InetSocketAddress getAddress();
/**
* Sends this sender a message raw
*
* @param message Message to be displayed
*/
public void sendRawMessage(String message);
/** /**
* Kicks player with custom kick message. * Kicks player with custom kick message.
* *