Package nz.ac.vuw.ecs.swen225.gp6.app.utilities


package nz.ac.vuw.ecs.swen225.gp6.app.utilities
This package contains the utility classes for the app package, responsible for most of the components of the application.
  • Class
    Description
    This class is used to define the actions that can be performed by the user.
    Configuration class for the App class.
    Package-private class for Controller class for the App class.
    The key object that represents the key pressed.
    This class is used to represent the timer for the game, it is also used to clock the time, and define what happens with each ping during a game loop.
    Pair<T,E>
    Generic Pair record class that has a key and value defined by the user.