Called when a player chats something
Definition at line 36 of file PlayerChatEvent.php.
◆ __construct()
pocketmine\event\player\PlayerChatEvent::__construct |
( |
Player | $player, |
|
|
protected string | $message, |
|
|
protected array | $recipients, |
|
|
protected ChatFormatter | $formatter ) |
◆ call()
pocketmine\event\Event::call |
( |
| ) |
|
|
inherited |
Calls event handlers registered for this event.
- Exceptions
-
RuntimeException if event call recursion reaches the max depth limit
Definition at line 49 of file Event.php.
◆ getEventName()
pocketmine\event\Event::getEventName |
( |
| ) |
|
|
finalinherited |
◆ getFormatter()
pocketmine\event\player\PlayerChatEvent::getFormatter |
( |
| ) |
|
◆ getMessage()
pocketmine\event\player\PlayerChatEvent::getMessage |
( |
| ) |
|
◆ getPlayer()
pocketmine\event\player\PlayerEvent::getPlayer |
( |
| ) |
|
|
inherited |
◆ getRecipients()
pocketmine\event\player\PlayerChatEvent::getRecipients |
( |
| ) |
|
◆ hasHandlers()
static pocketmine\event\Event::hasHandlers |
( |
| ) |
|
|
staticinherited |
Returns whether the current class context has any registered global handlers. This can be used in hot code paths to avoid unnecessary event object creation.
Usage: SomeEventClass::hasHandlers()
Definition at line 77 of file Event.php.
◆ isCancelled()
pocketmine\event\Cancellable::isCancelled |
( |
| ) |
|
|
inherited |
Returns whether this instance of the event is currently cancelled.
If it is cancelled, only downstream handlers that declare @handleCancelled
will be called with this event.
◆ setFormatter()
pocketmine\event\player\PlayerChatEvent::setFormatter |
( |
ChatFormatter | $formatter | ) |
|
◆ setMessage()
pocketmine\event\player\PlayerChatEvent::setMessage |
( |
string | $message | ) |
|
◆ setPlayer()
pocketmine\event\player\PlayerChatEvent::setPlayer |
( |
Player | $player | ) |
|
◆ setRecipients()
pocketmine\event\player\PlayerChatEvent::setRecipients |
( |
array | $recipients | ) |
|
◆ $eventName
string pocketmine\event\Event::$eventName = null |
|
protectedinherited |
◆ $player
Player pocketmine\event\player\PlayerEvent::$player |
|
protectedinherited |
The documentation for this class was generated from the following file: