PHP Class pocketmine\event\inventory\InventoryPickupArrowEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( pocketmine\inventory\Inventory $inventory, Arrow $arrow )
getArrow ( ) : Arrow

Method Details

__construct() public method

public __construct ( pocketmine\inventory\Inventory $inventory, Arrow $arrow )
$inventory pocketmine\inventory\Inventory
$arrow pocketmine\entity\Arrow

getArrow() public method

public getArrow ( ) : Arrow
return pocketmine\entity\Arrow

Property Details

$handlerList public static property

public static $handlerList