mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 19:02:59 +00:00
Fixed chat and some TextContainer documentation issues
This commit is contained in:
@ -23,12 +23,13 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\command;
|
||||
|
||||
use pocketmine\event\TextContainer;
|
||||
use pocketmine\permission\Permissible;
|
||||
|
||||
interface CommandSender extends Permissible{
|
||||
|
||||
/**
|
||||
* @param string $message
|
||||
* @param TextContainer|string $message
|
||||
*/
|
||||
public function sendMessage($message);
|
||||
|
||||
|
Reference in New Issue
Block a user