PHP Class pocketmine\event\inventory\InventoryOpenEvent

Inheritance: extends InventoryEvent, implements pocketmine\event\Cancellable
Exibir arquivo 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_oe static_oe property

public static $handlerList