Package | Description |
---|---|
org.cell2d | |
org.cell2d.space.map |
Modifier and Type | Class and Description |
---|---|
class |
Music
A Music track is a piece of music that can be played in the background of
a CellGame.
|
class |
Sound
A Sound is a sound effect.
|
class |
Sprite
A Sprite is a static image that can be drawn to a Graphics context.
|
class |
SpriteSheet
A SpriteSheet is a rectangular grid of Sprites.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Loadable> |
TiledArea.getLoadables()
Returns an unmodifiable List view of this TiledArea's stored Loadables.
|