PHP Class pocketmine\event\entity\EntityCombustByBlockEvent

Inheritance: extends EntityCombustEvent
Mostrar archivo Open project: iTXTech/Genisys Class Usage Examples

Protected Properties

Property Type Description
$combuster

Public Methods

Method Description
__construct ( Block $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
getCombuster ( ) : Block

Method Details

__construct() public method

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

getCombuster() public method

public getCombuster ( ) : Block
return pocketmine\block\Block

Property Details

$combuster protected_oe property

protected $combuster