PHP Class pocketmine\event\entity\EntityCombustEvent

Inheritance: extends EntityEvent, implements pocketmine\event\Cancellable
Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Méthodes publiques

Свойство Type Description
$handlerList

Protected Properties

Свойство Type Description
$ProtectLevel
$duration

Méthodes publiques

Méthode Description
__construct ( Entity $combustee, integer $duration, integer $ProtectLevel )
getDuration ( )
setDuration ( $duration )
setProtectLevel ( $ProtectLevel )

Method Details

__construct() public méthode

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

getDuration() public méthode

public getDuration ( )

setDuration() public méthode

public setDuration ( $duration )

setProtectLevel() public méthode

public setProtectLevel ( $ProtectLevel )

Property Details

$ProtectLevel protected_oe property

protected $ProtectLevel

$duration protected_oe property

protected $duration

$handlerList public_oe static_oe property

public static $handlerList