Class | Description |
---|---|
Border20Map |
Represents a 20 Axis map, designed to perform linking between two different areas.
|
FogOfWarRts<T extends com.b3dgs.lionengine.game.map.TileGame<?>> |
Designed to handle a fog of war (discovering tile and hiding tile).
|
MapTileRts<C extends java.lang.Enum<C>,R extends java.lang.Enum<R>,T extends TileRts<C,R>> |
Abstract representation of a path based map, used for pathfinding.
|
TileRts<C extends java.lang.Enum<C>,R extends java.lang.Enum<R>> |
Representation of a default tile, used for pathfinding.
|
Enum | Description |
---|---|
Border20 |
Represents the list of supported angles for area linking.
|