PocketMine-MP 5.21.2 git-a6534ecbbbcf369264567d27e5ed70f7f5be9816
Loading...
Searching...
No Matches
pocketmine\player\chat\LegacyRawChatFormatter Class Reference
+ Inheritance diagram for pocketmine\player\chat\LegacyRawChatFormatter:
+ Collaboration diagram for pocketmine\player\chat\LegacyRawChatFormatter:

Public Member Functions

 __construct (private string $format)
 
 format (string $username, string $message)
 

Detailed Description

Legacy raw string chat formatter with the same behaviour as the old PlayerChatEvent::setFormat() API. The format string should contain the placeholders {%0} and {%1} for the username and message respectively.

Definition at line 32 of file LegacyRawChatFormatter.php.

Constructor & Destructor Documentation

◆ __construct()

pocketmine\player\chat\LegacyRawChatFormatter::__construct ( private string $format)

Definition at line 34 of file LegacyRawChatFormatter.php.

Member Function Documentation

◆ format()

pocketmine\player\chat\LegacyRawChatFormatter::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 38 of file LegacyRawChatFormatter.php.


The documentation for this class was generated from the following file: