Class EndTurnOfActionPhase

java.lang.Object
it.polimi.ingsw.Controller.Actions.PlayerAction
it.polimi.ingsw.Controller.Actions.EndTurnOfActionPhase
All Implemented Interfaces:
Serializable

public class EndTurnOfActionPhase extends PlayerAction
The Action phase is a lengthy one and its length cannot be determined. This PlayerAction enables the caller to end an Action phase on its own accord.
See Also:
  • Field Details

  • Constructor Details

    • EndTurnOfActionPhase

      public EndTurnOfActionPhase(int playerBoardId)
      Create a new instance of this class with the following inputs:
      Parameters:
      playerBoardId - the ID of the current PlayerBoard
  • Method Details