PHP 클래스 pocketmine\network\protocol\LevelSoundEventPacket

상속: extends DataPacket
파일 보기 프로젝트 열기: robske110/ClearSky 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$pitch
$sound
$type
$unknownBool
$unknownBool2
$x
$y
$z

공개 메소드들

메소드 설명
decode ( )
encode ( )
getSound ( $name )
getSounds ( ) : stdClass

메소드 상세

decode() 공개 메소드

public decode ( )

encode() 공개 메소드

public encode ( )

getSound() 공개 정적인 메소드

public static getSound ( $name )

getSounds() 공개 정적인 메소드

public static getSounds ( ) : stdClass
리턴 stdClass

프로퍼티 상세

$pitch 공개적으로 프로퍼티

public $pitch

$sound 공개적으로 프로퍼티

public $sound

$type 공개적으로 프로퍼티

public $type

$unknownBool 공개적으로 프로퍼티

public $unknownBool

$unknownBool2 공개적으로 프로퍼티

public $unknownBool2

$x 공개적으로 프로퍼티

public $x

$y 공개적으로 프로퍼티

public $y

$z 공개적으로 프로퍼티

public $z