PHP Class pocketmine\event\player\PlayerAnimationEvent

Inheritance: extends PlayerEvent, implements pocketmine\event\Cancellable
Mostrar archivo Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $player, integer $animation = self::ARM_SWING )
getAnimationType ( ) : integer

Method Details

__construct() public method

public __construct ( Player $player, integer $animation = self::ARM_SWING )
$player pocketmine\Player
$animation integer

getAnimationType() public method

public getAnimationType ( ) : integer
return integer

Property Details

$handlerList public_oe static_oe property

public static $handlerList