Uses of Package
de.extio.spacecraft.shared.managers
-
Packages that use de.extio.spacecraft.shared.managers 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 Business and data objects for the entity subsystem.de.extio.spacecraft.shared.model.entity.builtin.composite Builtin composite entity implementations and interfaces for custom implementationsde.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 sidede.extio.spacecraft.shared.server Managers for the game server. -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.bo Class Description EntityDefManager EntityDefManager manages entity definitionsEntityManager Entity manager holds, manages and indexes a collection of entities.SceneRegistry Scene registry keeps track of all scenes in the game.WorldManager WorldManager represents the game world. -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.client Class Description AchievementsManager AchievementsManager manages achievements.EntityDefManager EntityDefManager manages entity definitionsLocalizationManager LocalizationManager holds and manages text translations (i18n)MetaserverClient Meta Server Client
This is an API client to connect to the metaserver.ModManager ModManager holds and manages mods.ModuleManager ModuleManager manages all modulesObjectSerialization ObjectSerialization provides utility methods to (de-)serialize dataScriptingManager Scripting manager manages all aspects of source code loaded at the start of the game, namely groovy modsSecurityFacade SecurityFacade bundles security related and sensitive functionalitiesShipClassManager ShipClassManager holds and manages ship classesStorageManager StorageManager manages the storage subsystem to store and load data at runtime.VersionManager VersionManager versions objectsWorldManager WorldManager represents the game world. -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.managers Class Description EntityDefManager EntityDefManager manages entity definitionsEntityManager Entity manager holds, manages and indexes a collection of entities.ScriptingManager Scripting manager manages all aspects of source code loaded at the start of the game, namely groovy modsStorageManager StorageManager manages the storage subsystem to store and load data at runtime.WorldManager.CollisionDetectionListener Listener to operate on detected collisions between two composite entities on entity level.WorldManager.PhysicalCompositeEntitiesPredicate Predicate for area based findBy() methods to ignore non-physical composite entitiesWorldManagerInterceptor World manager interceptors are notified about changes in the game world. -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.model.entity Class Description EntityManager Entity manager holds, manages and indexes a collection of entities. -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.model.entity.builtin.composite Class Description EntityManager Entity manager holds, manages and indexes a collection of entities. -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.model.entity.builtin.live Class Description EntityDefManager EntityDefManager manages entity definitions -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.model.game_server.instance Class Description AchievementsManager AchievementsManager manages achievements.EntityDefManager EntityDefManager manages entity definitionsLocalizationManager LocalizationManager holds and manages text translations (i18n)ModManager ModManager holds and manages mods.SceneRegistry Scene registry keeps track of all scenes in the game.ScriptingManager Scripting manager manages all aspects of source code loaded at the start of the game, namely groovy modsShipClassManager ShipClassManager holds and manages ship classes -
Classes in de.extio.spacecraft.shared.managers used by de.extio.spacecraft.shared.server Class Description MetaserverClient Meta Server Client
This is an API client to connect to the metaserver.ModuleManager ModuleManager manages all modulesObjectSerialization ObjectSerialization provides utility methods to (de-)serialize dataSecurityFacade SecurityFacade bundles security related and sensitive functionalitiesStorageManager StorageManager manages the storage subsystem to store and load data at runtime.VersionManager VersionManager versions objectsWorldManager WorldManager represents the game world.