| Class | Description |
|---|---|
| Decoder<C extends MapCell> |
Decode map data like paths or directions
|
| Path<C extends MapCell> |
Path for dofus map
|
| Pathfinder<C extends MapCell> |
Find the shortest path between two cells
decoder
.pathfinder()
.targetDistance(2)
.directions(Direction.values())
.findPath(fighter.cell(), target)
;
|
| PathStep<C extends MapCell> |
Step for a path
|
| Exception | Description |
|---|---|
| PathException |
Base exception for path
|
Copyright © 2022. All rights reserved.