PHP Class pocketmine\event\player\PlayerPickupExpOrbEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $p, integer $amount )
getAmount ( ) : integer
setAmount ( integer $amount )

Method Details

__construct() public method

public __construct ( Player $p, integer $amount )
$p pocketmine\Player
$amount integer

getAmount() public method

public getAmount ( ) : integer
return integer

setAmount() public method

public setAmount ( integer $amount )
$amount integer

Property Details

$handlerList public_oe static_oe property

public static $handlerList