-
public interface TierAttributes
Represents the attributes section of a tier
-
-
Method Summary
Modifier and Type Method Description abstract Set<MythicAttribute>
getBaseAttributes()
abstract Set<MythicAttribute>
getBonusAttributes()
abstract Integer
getMinimumBonusAttributes()
abstract Integer
getMaximumBonusAttributes()
-
-
Method Detail
-
getBaseAttributes
abstract Set<MythicAttribute> getBaseAttributes()
-
getBonusAttributes
abstract Set<MythicAttribute> getBonusAttributes()
-
getMinimumBonusAttributes
abstract Integer getMinimumBonusAttributes()
-
getMaximumBonusAttributes
abstract Integer getMaximumBonusAttributes()
-
-
-
-