PHP Class pocketmine\event\player\PlayerPreLoginEvent

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

Public Properties

Property Type Description
$handlerList

Protected Properties

Property Type Description
$kickMessage string

Public Methods

Method Description
__construct ( Player $player, $kickMessage )
getKickMessage ( )
setKickMessage ( $kickMessage )

Method Details

__construct() public method

public __construct ( Player $player, $kickMessage )
$player pocketmine\Player

getKickMessage() public method

public getKickMessage ( )

setKickMessage() public method

public setKickMessage ( $kickMessage )

Property Details

$handlerList public static property

public static $handlerList

$kickMessage protected property

protected string $kickMessage
return string