PHP Class pocketmine\event\inventory\InventoryCloseEvent

Inheritance: extends InventoryEvent
Show file Open project: ClearSkyTeam/ClearSky Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( pocketmine\inventory\Inventory $inventory, Player $who )
getPlayer ( ) : Player

Method Details

__construct() public method

public __construct ( pocketmine\inventory\Inventory $inventory, Player $who )
$inventory pocketmine\inventory\Inventory
$who pocketmine\Player

getPlayer() public method

public getPlayer ( ) : Player
return pocketmine\Player

Property Details

$handlerList public static property

public static $handlerList