Uses of Interface
de.extio.spacecraft.shared.managers.EntityManager
-
Packages that use EntityManager Package Description de.extio.spacecraft.shared.bo Business objects implement various game mechanicsde.extio.spacecraft.shared.managers Managers implementing various game subsystemsde.extio.spacecraft.shared.model.entity Business and data objects for the entity subsystem.de.extio.spacecraft.shared.model.entity.builtin.composite Builtin composite entity implementations and interfaces for custom implementations -
-
Uses of EntityManager in de.extio.spacecraft.shared.bo
Methods in de.extio.spacecraft.shared.bo with parameters of type EntityManager Modifier and Type Method Description booleanPathFinder. 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. -
Uses of EntityManager in de.extio.spacecraft.shared.managers
Methods in de.extio.spacecraft.shared.managers that return EntityManager Modifier and Type Method Description EntityManagerWorldManager. createEntityManager(AbstractCompositeEntity compositeEntity)Creates an entity manager. -
Uses of EntityManager in de.extio.spacecraft.shared.model.entity
Fields in de.extio.spacecraft.shared.model.entity declared as EntityManager Modifier and Type Field Description protected EntityManagerAbstractCompositeEntity. entityManagerMethods in de.extio.spacecraft.shared.model.entity that return EntityManager Modifier and Type Method Description EntityManagerAbstractCompositeEntity. getEntityManager()EntityManagerAbstractEntity. getEntityManager()Methods in de.extio.spacecraft.shared.model.entity with parameters of type EntityManager Modifier and Type Method Description voidAbstractCompositeEntity. localInit(EntityManager entityManager)Local initialization of transient fields.voidAbstractCompositeEntity. setEntityManager(EntityManager entityManager)voidAbstractEntity. setEntityManager(EntityManager entityManager) -
Uses of EntityManager in de.extio.spacecraft.shared.model.entity.builtin.composite
Methods in de.extio.spacecraft.shared.model.entity.builtin.composite with parameters of type EntityManager Modifier and Type Method Description voidDarkMatter. localInit(EntityManager entityManager)voidGenericRestrictedCompositeEntity. localInit(EntityManager entityManager)voidImageSurfaceCompositeEntity. localInit(EntityManager entityManager)voidInfoCompositeEntity. localInit(EntityManager entityManager)voidLootContainerCompositeEntity. localInit(EntityManager entityManager)voidScriptingCompositeEntity. localInit(EntityManager entityManager)voidSpaceCraft. localInit(EntityManager entityManager)voidSpaceShip. localInit(EntityManager entityManager)
-