| Interface | Description |
|---|---|
| BattlefieldCell<C extends BattlefieldCell> |
Base type for a battlefield cell
|
| DofusMap<C extends MapCell> |
Base dofus map type
|
| MapCell<C extends MapCell> |
Base type for a dofus map cell
Usage :
// Note: the template parameter should be the used domain interface or class
interface MyMapCell extends MapCell<MapCell> {
public void myCustomOperation();
}
|
| Class | Description |
|---|---|
| AbstractCellDataAdapter<M extends DofusMap,C extends MapCell> |
Base implementation of MapCell by adapting a
CellData |
| CoordinateCell<C extends MapCell> |
Map cell with coordinates
https://github.com/Emudofus/Dofus/blob/1.29/ank/battlefield/utils/Pathfinding.as#L191
|
Copyright © 2022. All rights reserved.