Uses of Enum Class
it.polimi.ingsw.server.model.game_logic.enums.Character
Packages that use Character
Package
Description
-
Uses of Character in it.polimi.ingsw.client.new_gui
Fields in it.polimi.ingsw.client.new_gui with type parameters of type CharacterModifier and TypeFieldDescriptionAssetHolder.characterToAssetFileNameMapAssetHolder.characterToImage -
Uses of Character in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic with parameters of type CharacterModifier and TypeMethodDescriptionstatic PlayableCharacterPlayableCharacter.createCharacter(Character character) This method creates the right PlayableCharacter based on the inputted Character and returns itConstructors in it.polimi.ingsw.server.model.game_logic with parameters of type CharacterModifierConstructorDescriptionprotectedPlayableCharacter(Character character) protectedPlayableCharacterLock(Character character) protectedPlayableCharacterProfessor(Character character) protectedPlayableCharacterWithStudents(Character character) -
Uses of Character in it.polimi.ingsw.server.model.game_logic.enums
Methods in it.polimi.ingsw.server.model.game_logic.enums that return CharacterModifier and TypeMethodDescriptionstatic CharacterReturns the enum constant of this class with the specified name.static Character[]Character.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in it.polimi.ingsw.server.model.game_logic.enums that return types with arguments of type Character