Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
pocketmine
event
player
PlayerToggleFlightEvent
PHP Class pocketmine\event\player\PlayerToggleFlightEvent
Inheritance:
extends
PlayerEvent
,
implements
pocketmine\event\Cancellable
显示文件
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