Package de.extio.spacecraft.shared.bo
Interface PathFindingEntitySupportFactory
-
public interface PathFindingEntitySupportFactory
Factory for PathFindingEntitySupport
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description PathFindingEntitySupport
create()
static PathFindingEntitySupport
createIfRequired(AbstractEntityDef entityDef)
-
-
-
Method Detail
-
createIfRequired
static PathFindingEntitySupport createIfRequired(AbstractEntityDef entityDef)
-
create
PathFindingEntitySupport create()
-
-