PHP 클래스 pocketmine\event\player\PlayerExperienceChangeEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
$expLevel
$handlerList
$progress

공개 메소드들

메소드 설명
__construct ( Human $player, integer $expLevel, float $progress )
getAction ( )
getExp ( )
getExpLevel ( )
getProgress ( ) : float
setExp ( $exp )
setExpLevel ( $level )
setProgress ( float $progress )

메소드 상세

__construct() 공개 메소드

public __construct ( Human $player, integer $expLevel, float $progress )
$player pocketmine\entity\Human
$expLevel integer
$progress float

getAction() 공개 메소드

사용 중단: This is redundant, and will be removed in the future.
public getAction ( )

getExp() 공개 메소드

public getExp ( )

getExpLevel() 공개 메소드

public getExpLevel ( )

getProgress() 공개 메소드

public getProgress ( ) : float
리턴 float

setExp() 공개 메소드

public setExp ( $exp )

setExpLevel() 공개 메소드

public setExpLevel ( $level )

setProgress() 공개 메소드

public setProgress ( float $progress )
$progress float

프로퍼티 상세

$expLevel 공개적으로 프로퍼티

public $expLevel

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

public static $handlerList

$progress 공개적으로 프로퍼티

public $progress