PHP 클래스 pocketmine\level\particle\FloatingTextParticle

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

보호된 프로퍼티들

프로퍼티 타입 설명
$entityId
$invisible
$text TODO: HACK!
$title

공개 메소드들

메소드 설명
__construct ( Vector3 $pos, integer $text, string $title = "" )
encode ( )
isInvisible ( )
setInvisible ( $value = true )
setText ( $text )
setTitle ( $title )

메소드 상세

__construct() 공개 메소드

public __construct ( Vector3 $pos, integer $text, string $title = "" )
$pos pocketmine\math\Vector3
$text integer
$title string

encode() 공개 메소드

public encode ( )

isInvisible() 공개 메소드

public isInvisible ( )

setInvisible() 공개 메소드

public setInvisible ( $value = true )

setText() 공개 메소드

public setText ( $text )

setTitle() 공개 메소드

public setTitle ( $title )

프로퍼티 상세

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

protected $entityId

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

protected $invisible

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

TODO: HACK!
protected $text

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

protected $title