Skip navigation links
A B C D E F G H I K L M N O P R S T U V W 

P

pause() - Method in class org.cell2d.Music
Pauses this Music track if it is currently playing.
perform(U) - Method in class org.cell2d.EventGroup
Iterates through this EventGroup's Events from highest to lowest priority and performs each of them as part of the specified GameState.
play(boolean) - Method in class org.cell2d.Sound
Plays this Sound.
play(double, double, boolean) - Method in class org.cell2d.Sound
Plays this Sound at the specified speed and volume.
play() - Method in class org.cell2d.Sound
Plays this Sound once.
play(double, double) - Method in class org.cell2d.Sound
Plays this Sound once at the specified speed and volume.
PointHitbox - Class in org.cell2d.space
A PointHitbox is a Hitbox that consists only of the point that is its absolute position.
PointHitbox(CellVector) - Constructor for class org.cell2d.space.PointHitbox
Constructs a PointHitbox with the specified relative position.
PointHitbox(long, long) - Constructor for class org.cell2d.space.PointHitbox
Constructs a PointHitbox with the specified relative position.
PolygonHitbox - Class in org.cell2d.space
A PolygonHitbox is a polygonal Hitbox defined by a List of vertices.
PolygonHitbox(CellVector, CellVector...) - Constructor for class org.cell2d.space.PolygonHitbox
Constructs a PolygonHitbox with the specified relative position and sequence of relative vertices.
PolygonHitbox(long, long, CellVector...) - Constructor for class org.cell2d.space.PolygonHitbox
Constructs a PolygonHitbox with the specified relative position and sequence of relative vertices.
PolygonHitbox(CellVector) - Constructor for class org.cell2d.space.PolygonHitbox
Constructs a PolygonHitbox with the specified relative position and no vertices.
PolygonHitbox(long, long) - Constructor for class org.cell2d.space.PolygonHitbox
Constructs a PolygonHitbox with the specified relative position and no vertices.
put(K, V) - Method in class org.cell2d.util.ArrayMap
 
putAll(Map<? extends K, ? extends V>) - Method in class org.cell2d.util.ArrayMap
 
A B C D E F G H I K L M N O P R S T U V W 
Skip navigation links