PHP Class pocketmine\event\entity\ItemSpawnEvent

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

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Item $item )
getEntity ( ) : Item

Method Details

__construct() public method

public __construct ( Item $item )
$item pocketmine\entity\Item

getEntity() public method

public getEntity ( ) : Item
return pocketmine\entity\Item

Property Details

$handlerList public static property

public static $handlerList