PHP Class pocketmine\event\player\PlayerToggleSprintEvent

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
$isSprinting boolean

Public Methods

Method Description
__construct ( Player $player, $isSprinting )
isSprinting ( )

Method Details

__construct() public method

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

isSprinting() public method

public isSprinting ( )

Property Details

$handlerList public static property

public static $handlerList

$isSprinting protected property

protected bool $isSprinting
return boolean