PHP 클래스 pocketmine\level\Location

상속: extends Position
파일 보기 프로젝트 열기: iTXTech/Genisys 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$pitch
$yaw

공개 메소드들

메소드 설명
__construct ( integer $x, integer $y, integer $z, float $yaw, float $pitch, Level $level = null )
__toString ( )
add ( $x, $y, $z, $yaw, $pitch )
fromObject ( Vector3 $pos, Level $level = null, float $yaw, float $pitch ) : Location
fromObjectAdd ( Vector3 $pos, $x, $y, $z )
getPitch ( )
getYaw ( )

메소드 상세

__construct() 공개 메소드

public __construct ( integer $x, integer $y, integer $z, float $yaw, float $pitch, Level $level = null )
$x integer
$y integer
$z integer
$yaw float
$pitch float
$level Level

__toString() 공개 메소드

public __toString ( )

add() 공개 메소드

public add ( $x, $y, $z, $yaw, $pitch )

fromObject() 공개 정적인 메소드

public static fromObject ( Vector3 $pos, Level $level = null, float $yaw, float $pitch ) : Location
$pos pocketmine\math\Vector3
$level Level default null
$yaw float default 0.0
$pitch float default 0.0
리턴 Location

fromObjectAdd() 공개 메소드

public fromObjectAdd ( Vector3 $pos, $x, $y, $z )
$pos pocketmine\math\Vector3

getPitch() 공개 메소드

public getPitch ( )

getYaw() 공개 메소드

public getYaw ( )

프로퍼티 상세

$pitch 공개적으로 프로퍼티

public $pitch

$yaw 공개적으로 프로퍼티

public $yaw