lazy void play(entity $selector, mcobject sound, int $volume, int $pitch, mcobject $loc)
Play the sound sound to selector with volume and pitch on channel loc
lazy void play(mcobject sound, float volume, float pitch)
Play the sound sound with volume and pitch
lazy void play(mcobject sound, int pitch)
Play the sound sound with volume = 1 and pitch
lazy void play(mcobject sound)
Play the sound sound with volume = pitch = 1
lazy void playAt(mcobject sound, float volume, float pitch)
Play the sound sound with volume and pitch at the player
lazy void playAt(mcobject sound, int pitch)
Play the sound sound with volume = 1 and pitch at the player
lazy void playAt(mcobject sound)
Play the sound sound with volume = pitch = 1 at the player