|
PocketMine-MP 5.42.2 git-40e2639b20bdc4ddba49d9f7f5fa0d5e92aa266f
|
Inheritance diagram for pocketmine\player\chat\ChatFormatter:
Collaboration diagram for pocketmine\player\chat\ChatFormatter:Public Member Functions | |
| format (string $username, string $message) | |
Formats chat messages for broadcasting. Used in PlayerChatEvent.
Definition at line 31 of file ChatFormatter.php.
| pocketmine\player\chat\ChatFormatter::format | ( | string | $username, |
| string | $message ) |
Returns the formatted message to broadcast. This can return a plain string (which will be used as-is) or a Translatable (which will be translated into each recipient's language).
Implemented in pocketmine\player\chat\LegacyRawChatFormatter, and pocketmine\player\chat\StandardChatFormatter.