- moveToward(CellVector, long) - Method in class cell2d.space.ThinkerObject
-
Sets this ThinkerObject's velocity to send it moving toward the specified
point at the specified speed.
- moveToward(long, long, long) - Method in class cell2d.space.ThinkerObject
-
Sets this ThinkerObject's velocity to send it moving toward the specified
point at the specified speed.
- mul(long, long) - Static method in class cell2d.Frac
-
Returns the product of the two specified fracunit-scale numbers.
- 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.