mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Added Player.sendRawMessage().
This commit is contained in:
parent
a0530f5112
commit
653df54406
1 changed files with 7 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue