Uses of Interface
de.extio.spacecraft.shared.managers.EntityDefManager
-
Packages that use EntityDefManager Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.entity.builtin.live Builtin live entity implementations and interfaces for custom implementations of specific entity typesde.extio.spacecraft.shared.model.game_server.instance Data objects representing and holding game sessions on server side -
-
Uses of EntityDefManager in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type EntityDefManager Modifier and Type Method Description booleanPathFinder. isEntityAccessible(AbstractEntity entity, EntityDefManager entityDefManager, PathFindingOptions options)Checks whether entity would block path findingbooleanPathFinder. isMoveToDirectionAccessible(CoordI2 position, CoordI2 target, EntityManager entityManager, EntityDefManager entityDefManager, PathFindingOptions options)Checks whether adjacent tile can be accessed from position (e.g.booleanPathFinder. isTileAccessible(CoordI2 position, EntityManager entityManager, EntityDefManager entityDefManager, PathFindingOptions options)Checks whether tile position can be accessed.CoordI2PathFinder. processDestination(CoordI2 origin, CoordI2 destination, AbstractCompositeEntity compositeEntity, EntityDefManager entityDefManager, PathFindingOptions options)Processes destination. -
Uses of EntityDefManager in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client that return EntityDefManager Modifier and Type Method Description abstract EntityDefManagerEngineFacade. getEntityDefManager()The entity definitions manager -
Uses of EntityDefManager in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return EntityDefManager Modifier and Type Method Description static EntityDefManagerEntityDefManager. provide() -
Uses of EntityDefManager in de.extio.spacecraft.shared.model.entity.builtin.live
Methods in de.extio.spacecraft.shared.model.entity.builtin.live with parameters of type EntityDefManager Modifier and Type Method Description booleanEngineEntity. checkEngineCone(EntityDefManager entityDefManager, CoordD2 v) -
Uses of EntityDefManager in de.extio.spacecraft.shared.model.game_server.instance
Methods in de.extio.spacecraft.shared.model.game_server.instance that return EntityDefManager Modifier and Type Method Description EntityDefManagerGameSession. getEntityDefManager()The entity definition managerMethods in de.extio.spacecraft.shared.model.game_server.instance with parameters of type EntityDefManager Modifier and Type Method Description voidGameSession. setEntityDefManager(EntityDefManager entityDefManager)
-