PHP Class pocketmine\event\player\PlayerAchievementAwardedEvent

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
$achievement string

Public Methods

Method Description
__construct ( Player $player, string $achievementId )
getAchievement ( )

Method Details

__construct() public method

public __construct ( Player $player, string $achievementId )
$player pocketmine\Player
$achievementId string

getAchievement() public method

public getAchievement ( )

Property Details

$achievement protected property

protected string $achievement
return string

$handlerList public static property

public static $handlerList