Package com.csse3200.game.services


package com.csse3200.game.services
  • Classes
    Class
    Description
    Class representing a codex entry - storing all relevant data for an entry.
    Service for managing all codex entries in the game
    Simple service to load collectable configs and provide lookup by id.
    Forwards terminal UI events to a registered UI entity (the one that owns TerminalUiComponent).
    Controls the game time
    Service to hold the state of tracked entities for the minimap.
    Service for loading resources, e.g.
    A simplified implementation of the Service Locator pattern: https://martinfowler.com/articles/injection.html#UsingAServiceLocator