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