PHP Class pocketmine\event\player\PlayerCommandPreprocessEvent
You don't want to use this except for a few cases like logging commands,
blocking commands on certain places, or applying modifiers.
The message contains a slash at the start
Datei anzeigen
Open project: ClearSkyTeam/ClearSky
Class Usage Examples
Public Properties
Protected Properties
Public Methods
Method Details
__construct()
public method
getMessage()
public method
setMessage()
public method
setPlayer()
public method
public setPlayer ( Player $player ) |
$player |
pocketmine\Player |
|
Property Details
$handlerList public_oe static_oe property
public static $handlerList |
$message protected_oe property
protected string $message |
return |
string |
|