Interface StateSetter

All Known Implementing Classes:
GameStateSetter, PartyCreator

public interface StateSetter
This interface is for classes that help set information in GameState when a game has first started
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets some aspect of the gameState in this method
  • Method Details

    • setState

      void setState(GameState state)
      Sets some aspect of the gameState in this method
      Parameters:
      state - the game state to act on.