mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-14 19:42:20 +01:00
Added Player.chat().
By: sk89q <the.sk89q@gmail.com>
This commit is contained in:
parent
6190a55cad
commit
6a86cbbe8e
@ -57,6 +57,13 @@ public interface Player extends HumanEntity, CommandSender {
|
|||||||
*/
|
*/
|
||||||
public void kickPlayer(String message);
|
public void kickPlayer(String message);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Says a message (or runs a command).
|
||||||
|
*
|
||||||
|
* @param msg message to print
|
||||||
|
*/
|
||||||
|
public void chat(String msg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Makes the player perform the given command
|
* Makes the player perform the given command
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user