- 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.
- PointHitbox<T extends CellGame> - Class in cell2d.space
-
A PointHitbox is a Hitbox that consists only of the point that is its
absolute position.
- PointHitbox(CellVector) - Constructor for class cell2d.space.PointHitbox
-
Creates a new PointHitbox with the specified relative position.
- PointHitbox(long, long) - Constructor for class cell2d.space.PointHitbox
-
Creates a new PointHitbox with the specified relative position.
- PolygonHitbox<T extends CellGame> - Class in cell2d.space
-
A PolygonHitbox is a polygonal Hitbox defined by a List of vertices.
- PolygonHitbox(CellVector, CellVector[]) - Constructor for class cell2d.space.PolygonHitbox
-
Creates a new PolygonHitbox with the specified relative position and
vertices.
- PolygonHitbox(long, long, CellVector[]) - Constructor for class cell2d.space.PolygonHitbox
-
Creates a new PolygonHitbox with the specified relative position and
vertices.
- PolygonHitbox(CellVector) - Constructor for class cell2d.space.PolygonHitbox
-
Creates a new PolygonHitbox with the specified relative position and no
vertices.
- PolygonHitbox(long, long) - Constructor for class cell2d.space.PolygonHitbox
-
Creates a new PolygonHitbox with the specified relative position and no
vertices.