Uses of Enum Class
it.polimi.ingsw.Server.Model.ObjectCardType
Packages that use ObjectCardType
-
Uses of ObjectCardType in it.polimi.ingsw.Server.Model
Fields in it.polimi.ingsw.Server.Model declared as ObjectCardTypeMethods in it.polimi.ingsw.Server.Model that return ObjectCardTypeModifier 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.Methods in it.polimi.ingsw.Server.Model that return types with arguments of type ObjectCardTypeModifier and TypeMethodDescriptionOptional<ObjectCardType>[][]
PersonalGoalCard.getPattern()
returns the patternConstructors in it.polimi.ingsw.Server.Model with parameters of type ObjectCardTypeModifierConstructorDescription(package private)
ObjectCard
(ObjectCardType type) ObjectCard's constructor, used only for testing