mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 04:05:50 -07:00
@@ -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.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user