PHP Класс pocketmine\event\entity\EntityCombustByBlockEvent

Наследование: extends EntityCombustEvent
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$combuster

Открытые методы

Метод Описание
__construct ( Block $combuster, Entity $combustee, integer $duration, integer $ProtectLevel )
getCombuster ( ) : Block

Описание методов

__construct() публичный Метод

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

getCombuster() публичный Метод

public getCombuster ( ) : Block
Результат pocketmine\block\Block

Описание свойств

$combuster защищенное свойство

protected $combuster