Added Player.sendRawMessage().
This commit is contained in:
parent
a0530f5112
commit
653df54406
@ -49,6 +49,13 @@ public interface Player extends HumanEntity, CommandSender {
|
||||
* @return the player's address
|
||||
*/
|
||||
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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user