PHP Class pocketmine\event\server\ServerCommandEvent
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
Show file
Open project: ClearSkyTeam/ClearSky
Class Usage Examples
Public Properties
Protected Properties
Public Methods
Method Details
__construct()
public method
public __construct ( pocketmine\command\CommandSender $sender, string $command ) |
$sender |
pocketmine\command\CommandSender |
|
$command |
string |
|
getCommand()
public method
getSender()
public method
public getSender ( ) : pocketmine\command\CommandSender |
return |
pocketmine\command\CommandSender |
|
setCommand()
public method
Property Details
$command protected property
protected string $command |
return |
string |
|
$handlerList public static property
public static $handlerList |
$sender protected property
protected CommandSender,pocketmine\command $sender |
return |
pocketmine\command\CommandSender |
|