PHP Class pocketmine\event\entity\EntityCombustByBlockEvent

Inheritance: extends EntityCombustEvent
Afficher le fichier Open project: iTXTech/Genisys Class Usage Examples

Protected Properties

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

Méthodes publiques

Méthode Description
__construct ( Block $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
getCombuster ( ) : Block

Method Details

__construct() public méthode

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

getCombuster() public méthode

public getCombuster ( ) : Block
Résultat pocketmine\block\Block

Property Details

$combuster protected_oe property

protected $combuster