PHP 클래스 pocketmine\scheduler\Task

파일 보기 프로젝트 열기: ClearSkyTeam/ClearSky 1 사용 예제들

공개 메소드들

메소드 설명
getHandler ( ) : TaskHandler
getTaskId ( ) : integer
onCancel ( ) Actions to execute if the Task is cancelled
onRun ( $currentTick ) : void Actions to execute when run
setHandler ( TaskHandler $taskHandler )

메소드 상세

getHandler() 최종 공개 메소드

final public getHandler ( ) : TaskHandler
리턴 TaskHandler

getTaskId() 최종 공개 메소드

final public getTaskId ( ) : integer
리턴 integer

onCancel() 공개 메소드

Actions to execute if the Task is cancelled
public onCancel ( )

onRun() 추상적인 공개 메소드

Actions to execute when run
abstract public onRun ( $currentTick ) : void
$currentTick
리턴 void

setHandler() 최종 공개 메소드

final public setHandler ( TaskHandler $taskHandler )
$taskHandler TaskHandler