Interface GameStateControllerCommonInterface

All Known Implementing Classes:
ExpertGameStateController, GameStateController

public interface GameStateControllerCommonInterface
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
    applyEffect(int characterIndex)
     
    default boolean
    applyEffect(int characterIndex, int archipelagoIslandCode)
     
    default void
    applyEffect(int characterIndex, Color student)
     
    default void
    applyEffect(int characterIndex, Color student, int archipelagoIslandCode)
     
    default void
    applyEffect(int characterIndex, List<Color> getStudents, List<Color> putStudents)