mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Added Player.chat().
This commit is contained in:
parent
93f6e5191e
commit
eb150b642f
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@ public interface Player extends HumanEntity, CommandSender {
|
|||
*/
|
||||
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
|
||||
*
|
||||
|
|
Loading…
Add table
Reference in a new issue