PHP Class pocketmine\event\player\PlayerToggleFlightEvent

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

Public Properties

Property Type Description
$handlerList

Protected Properties

Property Type Description
$isFlying boolean

Public Methods

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

Method Details

__construct() public method

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

isFlying() public method

public isFlying ( )

Property Details

$handlerList public_oe static_oe property

public static $handlerList

$isFlying protected_oe property

protected bool $isFlying
return boolean