PHP 클래스 pocketmine\event\entity\EntityCombustEvent

상속: extends EntityEvent, implements pocketmine\event\Cancellable
파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$handlerList

보호된 프로퍼티들

프로퍼티 타입 설명
$ProtectLevel
$duration

공개 메소드들

메소드 설명
__construct ( Entity $combustee, integer $duration, integer $ProtectLevel )
getDuration ( )
setDuration ( $duration )
setProtectLevel ( $ProtectLevel )

메소드 상세

__construct() 공개 메소드

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

getDuration() 공개 메소드

public getDuration ( )

setDuration() 공개 메소드

public setDuration ( $duration )

setProtectLevel() 공개 메소드

public setProtectLevel ( $ProtectLevel )

프로퍼티 상세

$ProtectLevel 보호되어 있는 프로퍼티

protected $ProtectLevel

$duration 보호되어 있는 프로퍼티

protected $duration

$handlerList 공개적으로 정적으로 프로퍼티

public static $handlerList