PHP Class pocketmine\event\player\PlayerTextPreSendEvent

Inheritance: extends PlayerEvent, implements pocketmine\event\Cancellable
Show file Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$handlerList

Protected Properties

Property Type Description
$message
$type

Public Methods

Method Description
__construct ( Player $player, $message, $type = self::MESSAGE )
getMessage ( )
getType ( )
setMessage ( $message )

Method Details

__construct() public method

public __construct ( Player $player, $message, $type = self::MESSAGE )
$player pocketmine\Player

getMessage() public method

public getMessage ( )

getType() public method

public getType ( )

setMessage() public method

public setMessage ( $message )

Property Details

$handlerList public static property

public static $handlerList

$message protected property

protected $message

$type protected property

protected $type