PHP Class pocketmine\event\player\PlayerDropItemEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Player $player, Item $drop )
getItem ( ) : Item

Method Details

__construct() public method

public __construct ( Player $player, Item $drop )
$player pocketmine\Player
$drop pocketmine\item\Item

getItem() public method

public getItem ( ) : Item
return pocketmine\item\Item

Property Details

$handlerList public static property

public static $handlerList