PocketMine-MP 5.35.1 git-05a71d8cc5185aa9e46ef5f9754bb862464c13e0
|
Public Member Functions | |
format (string $username, string $message) | |
Standard chat formatter, formats messages in the default Minecraft way.
Definition at line 32 of file StandardChatFormatter.php.
pocketmine\player\chat\StandardChatFormatter::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).
Implements pocketmine\player\chat\ChatFormatter.
Definition at line 34 of file StandardChatFormatter.php.