Uses of Class
it.polimi.ingsw.server.model.game_logic.PlayableCharacter
Packages that use PlayableCharacter
-
Uses of PlayableCharacter in it.polimi.ingsw.server.model.game_logic
Subclasses of PlayableCharacter in it.polimi.ingsw.server.model.game_logicModifier and TypeClassDescriptionclassclassclassFields in it.polimi.ingsw.server.model.game_logic declared as PlayableCharacterModifier and TypeFieldDescriptionprotected PlayableCharacterExpertGameState.characterPlayedInCurrentTurnFields in it.polimi.ingsw.server.model.game_logic with type parameters of type PlayableCharacterModifier and TypeFieldDescriptionprivate final List<PlayableCharacter>ExpertGameState.availableCharactersMethods in it.polimi.ingsw.server.model.game_logic that return PlayableCharacterModifier and TypeMethodDescriptionstatic PlayableCharacterPlayableCharacter.createCharacter(Character character) This method creates the right PlayableCharacter based on the inputted Character and returns itMethods in it.polimi.ingsw.server.model.game_logic that return types with arguments of type PlayableCharacterModifier and TypeMethodDescriptionExpertGameState.getAvailableCharacters()default List<PlayableCharacter>GameStateCommonInterface.getAvailableCharacters()Methods in it.polimi.ingsw.server.model.game_logic with parameters of type PlayableCharacterModifier and TypeMethodDescriptionprivate voidExpertGameState.putOneStudentFromCharacterToDiningRoom(PlayableCharacter selectedCharacter, Color student) private voidExpertGameState.refillGivenCharacter(PlayableCharacter playableCharacter) This method refills the PlayableCharactersWithStudents that may have been used during a turnConstructor parameters in it.polimi.ingsw.server.model.game_logic with type arguments of type PlayableCharacterModifierConstructorDescriptionprotectedExpertGameState(int playersNumber, List<PlayableCharacter> availableCharacters) ONLY FOR TESTING