Uses of Enum Class
wizardquest.abilities.AbilityEnum
Packages that use AbilityEnum
-
Uses of AbilityEnum in wizardquest.abilities
Methods in wizardquest.abilities that return AbilityEnumModifier and TypeMethodDescriptionstatic AbilityEnumReturns the enum constant of this class with the specified name.static AbilityEnum[]AbilityEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in wizardquest.abilities that return types with arguments of type AbilityEnumModifier and TypeMethodDescriptionAbsolutePulseUnlockUpgrade.getAbilities()FireBallUnlockUpgrade.getAbilities()SlashUnlockUpgrade.getAbilities()ThunderStormUnlockUpgrade.getAbilities()UpgradeBase.getAbilities()WaterJetUnlockUpgrade.getAbilities() -
Uses of AbilityEnum in wizardquest.entity
Methods in wizardquest.entity that return AbilityEnumModifier and TypeMethodDescriptionEntityAIInterface.pickAbility(EntityInterface self) Picks which ability to use and returns it, validating it has enough magic to do so in the case of a simulated player.Methods in wizardquest.entity that return types with arguments of type AbilityEnumModifier and TypeMethodDescriptionabstract List<AbilityEnum> EnemyBase.getAbilities()EntityInterface.getAbilities()List the abilities that are currently usable by the entity.FishMan.getAbilities()Goblin.getAbilities()Player.getAbilities()