Uses of Enum Class
it.polimi.ingsw.server.model.game_logic.enums.Phase
Packages that use Phase
Package
Description
-
Uses of Phase in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller with parameters of type PhaseModifier and TypeMethodDescriptionvoidGameStateController.setCurrentPhaseForTesting(Phase phase) -
Uses of Phase in it.polimi.ingsw.server.model.game_logic
Fields in it.polimi.ingsw.server.model.game_logic declared as PhaseModifier and TypeFieldDescriptionfinal PhaseLightGameState.currentPhaseprivate PhaseRound.currentPhaseMethods in it.polimi.ingsw.server.model.game_logic that return PhaseModifier and TypeMethodDescriptionGameState.getCurrentPhase()Round.getCurrentPhase()This method returns the current phase.Methods in it.polimi.ingsw.server.model.game_logic with parameters of type PhaseModifier and TypeMethodDescriptionvoidGameState.setCurrentPhase(Phase currentPhase) This method sets the current phase of the turnvoidRound.setCurrentPhase(Phase currentPhase) This method sets the current phaseConstructors in it.polimi.ingsw.server.model.game_logic with parameters of type PhaseModifierConstructorDescriptionLightGameState(List<LightArchipelago> archipelagos, List<LightSchoolBoard> schoolBoards, List<List<Color>> clouds, int currentPlayerSchoolBoardId, Phase currentPhase, List<Integer> roundOrder, int motherNaturePosition, Map<Integer, Card> schoolBoardIdsToCardPlayedThisRound, List<LightPlayableCharacter> availableCharacters, LightPlayableCharacter characterPlayedInCurrentTurn) -
Uses of Phase in it.polimi.ingsw.server.model.game_logic.enums
Methods in it.polimi.ingsw.server.model.game_logic.enums that return Phase -
Uses of Phase in it.polimi.ingsw.server.model.game_logic.events
Fields in it.polimi.ingsw.server.model.game_logic.events declared as PhaseConstructors in it.polimi.ingsw.server.model.game_logic.events with parameters of type Phase