- pauseMusic() - Method in class cell2D.CellGame
-
Pauses this CellGame's music if it is not already paused.
- play() - Method in class cell2D.Sound
-
Plays this Sound once.
- play(double, double) - Method in class cell2D.Sound
-
Plays this Sound once at the specified pitch and volume.
- playMusic(Music) - Method in class cell2D.CellGame
-
Plays the specified Music track once.
- playMusic(Music, double, double) - Method in class cell2D.CellGame
-
Plays the specified Music track once at the specified pitch and volume.
- playMusic(int, Music) - Method in class cell2D.CellGame
-
Plays the specified Music track once in this CellGame's music stack at
the specified priority.
- playMusic(int, Music, double, double) - Method in class cell2D.CellGame
-
Plays the specified Music track once in this CellGame's music stack at
the specified priority, pitch, and volume.