PHP Class pocketmine\event\player\PlayerToggleSneakEvent

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

Public Properties

Property Type Description
$handlerList

Protected Properties

Property Type Description
$isSneaking boolean

Public Methods

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

Method Details

__construct() public method

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

isSneaking() public method

public isSneaking ( )

Property Details

$handlerList public_oe static_oe property

public static $handlerList

$isSneaking protected_oe property

protected bool $isSneaking
return boolean