- moveToward(CellVector, double) - Method in class cell2d.space.ThinkerObject
-
Sets this ThinkerObject's velocity to send it moving toward the specified
point at the specified speed.
- moveToward(double, double, double) - Method in class cell2d.space.ThinkerObject
-
Sets this ThinkerObject's velocity to send it moving toward the specified
point at the specified speed.
- Music - Class in cell2d
-
A Music track is a piece of music that can be played in the background of
a CellGame.
- Music(String, boolean) - Constructor for class cell2d.Music
-
Creates a new Music track from an audio file.
- musicIsPaused() - Method in class cell2d.CellGame
-
Returns whether this CellGame's music is paused.