PHP 클래스 pocketmine\event\player\PlayerMoveEvent

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

공개 프로퍼티들

프로퍼티 타입 설명
$handlerList

공개 메소드들

메소드 설명
__construct ( Player $player, Location $from, Location $to )
getFrom ( )
getTo ( )
setFrom ( Location $from )
setTo ( Location $to )

메소드 상세

__construct() 공개 메소드

public __construct ( Player $player, Location $from, Location $to )
$player pocketmine\Player
$from pocketmine\level\Location
$to pocketmine\level\Location

getFrom() 공개 메소드

public getFrom ( )

getTo() 공개 메소드

public getTo ( )

setFrom() 공개 메소드

public setFrom ( Location $from )
$from pocketmine\level\Location

setTo() 공개 메소드

public setTo ( Location $to )
$to pocketmine\level\Location

프로퍼티 상세

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

public static $handlerList