PHP Class pocketmine\event\entity\CreeperPowerEvent

Inheritance: extends EntityEvent, implements pocketmine\event\Cancellable
Show file Open project: iTXTech/Genisys Class Usage Examples

Public Properties

Property Type Description
$handlerList

Public Methods

Method Description
__construct ( Creeper $creeper, Lightning $lightning = null, integer $cause = self::CAUSE_LIGHTNING )
getCause ( )
getLightning ( )

Method Details

__construct() public method

public __construct ( Creeper $creeper, Lightning $lightning = null, integer $cause = self::CAUSE_LIGHTNING )
$creeper pocketmine\entity\Creeper
$lightning pocketmine\entity\Lightning
$cause integer

getCause() public method

public getCause ( )

getLightning() public method

public getLightning ( )

Property Details

$handlerList public static property

public static $handlerList