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