mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-03 23:07:40 +01:00
Added Player.sendRawMessage().
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
2f7446f382
commit
0fe75a4e0f
@ -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…
Reference in New Issue
Block a user