Uses of Interface
de.extio.spacecraft.shared.bo.PathFindingEntitySupport
-
Packages that use PathFindingEntitySupport Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity types -
-
Uses of PathFindingEntitySupport in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo that return PathFindingEntitySupport Modifier and Type Method Description PathFindingEntitySupport
PathFindingEntitySupportFactory. create()
static PathFindingEntitySupport
PathFindingEntitySupportFactory. createIfRequired(AbstractEntityDef entityDef)
-
Uses of PathFindingEntitySupport in de.extio.spacecraft.shared.model.entity.builtin.live
Fields in de.extio.spacecraft.shared.model.entity.builtin.live declared as PathFindingEntitySupport Modifier and Type Field Description protected PathFindingEntitySupport
PhysicalEntity. pathFindingEntitySupport
Methods in de.extio.spacecraft.shared.model.entity.builtin.live that return PathFindingEntitySupport Modifier and Type Method Description PathFindingEntitySupport
PhysicalEntity. getPathFindingEntitySupport()
-