Uses of Class
de.extio.spacecraft.shared.model.bo.Path
-
Packages that use Path Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.bo Interfaces and data objects for various business objects implementing game mechanics -
-
Uses of Path in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return Path Modifier and Type Method Description Path
PathFindingEntitySupport. clientGetPossibleMovePath(AbstractCompositeEntity compositeEntity, CoordI2 destination, AbstractEntity entity, boolean force)
Calculates a possible path to destinationPath
PathFinder. find(AbstractCompositeEntity compositeEntity, CoordI2 origin, CoordI2 destination, PathFindingOptions options)
Calculates a path between two points -
Uses of Path in de.extio.spacecraft.shared.model.bo
Constructors in de.extio.spacecraft.shared.model.bo with parameters of type Path Constructor Description Path(Path other)
-