Enum Class ChampionUpgrade
- All Implemented Interfaces:
Serializable,Comparable<ChampionUpgrade>,Constable,KingdomUpgrade,StandardKingdomUpgrade,Upgrade,org.kingdoms.constants.namespace.NamespaceContainer
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionorg.kingdoms.locale.messenger.LanguageEntryMessenger@NonNull org.kingdoms.constants.namespace.NamespacetoString()static ChampionUpgradeReturns the enum constant of this class with the specified name.static ChampionUpgrade[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOfMethods inherited from interface org.kingdoms.constants.group.upgradable.KingdomUpgrade
getScalingMethods inherited from interface org.kingdoms.constants.group.upgradable.StandardKingdomUpgrade
eval, getDefaultLevel, getMaxLevel, getScaling, getUpgradeCost, isEnabled, isEnabled
-
Enum Constant Details
-
REINFORCEMENTS
-
RESISTANCE
-
DEATH_DUEL
-
DAMAGE_CAP
-
STRENGTH
-
EQUIPMENT
-
HEALTH
-
FOCUS
-
THROW
-
SPEED
-
DRAG
-
THOR
-
FANGS
-
PLOW
-
-
Field Details
-
VALUES
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDataName
- Specified by:
getDataNamein interfaceStandardKingdomUpgrade- Specified by:
getDataNamein interfaceUpgrade
-
toString
- Overrides:
toStringin classEnum<ChampionUpgrade>
-
getOption
-
getEnabledOption
- Specified by:
getEnabledOptionin interfaceStandardKingdomUpgrade
-
getScalingOption
- Specified by:
getScalingOptionin interfaceStandardKingdomUpgrade
-
getUpgradeCostOption
- Specified by:
getUpgradeCostOptionin interfaceStandardKingdomUpgrade
-
getMaxLevelOption
- Specified by:
getMaxLevelOptionin interfaceStandardKingdomUpgrade
-
getDefaultLevelOption
- Specified by:
getDefaultLevelOptionin interfaceStandardKingdomUpgrade
-
getDisplayName
public org.kingdoms.locale.messenger.LanguageEntryMessenger getDisplayName()- Specified by:
getDisplayNamein interfaceUpgrade
-
getNamespace
public @NonNull org.kingdoms.constants.namespace.Namespace getNamespace()- Specified by:
getNamespacein interfaceorg.kingdoms.constants.namespace.NamespaceContainer
-