- pause() - Method in class cell2d.Music
-
Pauses this Music track if it is currently playing.
- play(boolean) - Method in class cell2d.Sound
-
Plays this Sound.
- play(double, double, boolean) - Method in class cell2d.Sound
-
Plays this Sound at the specified speed and volume.
- 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 speed 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.