Added Player.chat().
This commit is contained in:
parent
93f6e5191e
commit
eb150b642f
@ -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…
x
Reference in New Issue
Block a user