PHP Class pocketmine\event\entity\EntityCombustEvent

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

Public Properties

Property Type Description
$handlerList

Protected Properties

Property Type Description
$ProtectLevel
$duration

Public Methods

Method Description
__construct ( Entity $combustee, integer $duration, integer $ProtectLevel )
getDuration ( )
setDuration ( $duration )
setProtectLevel ( $ProtectLevel )

Method Details

__construct() public method

public __construct ( Entity $combustee, integer $duration, integer $ProtectLevel )
$combustee pocketmine\entity\Entity
$duration integer
$ProtectLevel integer

getDuration() public method

public getDuration ( )

setDuration() public method

public setDuration ( $duration )

setProtectLevel() public method

public setProtectLevel ( $ProtectLevel )

Property Details

$ProtectLevel protected property

protected $ProtectLevel

$duration protected property

protected $duration

$handlerList public static property

public static $handlerList