- 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.
- Music(String, double, double, boolean) - Constructor for class cell2d.Music
-
Creates a new Music track from an audio file.
- musicIsAtPriority(int, Music) - Method in class cell2d.CellGame
-
Returns whether the specified Music track is assigned to the specified
priority in this CellGame's music stack.