| Package | Description | 
|---|---|
| org.cell2d.space | |
| org.cell2d.space.basic | |
| org.cell2d.space.map | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SpaceState. loadArea(CellVector origin,
        Area<T,U> area)Loads the specified Area about the specified origin point. | 
| void | SpaceState. loadArea(long originX,
        long originY,
        Area<T,U> area)Loads the specified Area about the specified origin point. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BasicAreaA BasicArea is a type of Area that can be loaded by BasicSpaceStates. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TiledArea<T extends CellGame,U extends SpaceState<T,U,?>>The TiledArea class, along with the TiledConverter class, allow Cell2D
 games to incorporate information from files created with the map editor
 Tiled. |