Uses of Enum Class
it.polimi.ingsw.Server.Model.ObjectCardType
-
Uses of ObjectCardType in it.polimi.ingsw.Server.Model
Modifier and TypeMethodDescriptionPersonalGoalCard.getPlainType
(int x, int y) getter methodObjectCard.getType()
This method return objectcard's typestatic ObjectCardType
Returns the enum constant of this class with the specified name.static ObjectCardType[]
ObjectCardType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionOptional<ObjectCardType>[][]
PersonalGoalCard.getPattern()
returns the patternModifierConstructorDescription(package private)
ObjectCard
(ObjectCardType type) ObjectCard's constructor, used only for testing