PHP 클래스 pocketmine\level\sound\NoteblockSound

상속: extends GenericSound
파일 보기 프로젝트 열기: iTXTech/Genisys

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
__construct ( Vector3 $pos, $instrument = self::INSTRUMENT_PIANO, $pitch )
encode ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Vector3 $pos, $instrument = self::INSTRUMENT_PIANO, $pitch )
$pos pocketmine\math\Vector3

encode() 공개 메소드

public encode ( )

프로퍼티 상세

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

protected $instrument

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

protected $pitch