PHP Class pocketmine\level\sound\NoteblockSound

Inheritance: extends GenericSound
Afficher le fichier Open project: iTXTech/Genisys

Protected Properties

Свойство Type Description
$instrument
$pitch

Méthodes publiques

Méthode Description
__construct ( Vector3 $pos, $instrument = self::INSTRUMENT_PIANO, $pitch )
encode ( )

Method Details

__construct() public méthode

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

encode() public méthode

public encode ( )

Property Details

$instrument protected_oe property

protected $instrument

$pitch protected_oe property

protected $pitch