| Package | Description |
|---|---|
| fr.arakne.utils.maps | |
| fr.arakne.utils.maps.path | |
| fr.arakne.utils.maps.sight |
| Class and Description |
|---|
| BattlefieldCell
Base type for a battlefield cell
|
| CoordinateCell
Map cell with coordinates
https://github.com/Emudofus/Dofus/blob/1.29/ank/battlefield/utils/Pathfinding.as#L191
|
| DofusMap
Base dofus map type
|
| 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 and Description |
|---|
| DofusMap
Base dofus map type
|
| 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 and Description |
|---|
| BattlefieldCell
Base type for a battlefield cell
|
| CoordinateCell
Map cell with coordinates
https://github.com/Emudofus/Dofus/blob/1.29/ank/battlefield/utils/Pathfinding.as#L191
|
| DofusMap
Base dofus map type
|
Copyright © 2022. All rights reserved.