Uses of Enum Class
studio.magemonkey.fabled.api.enums.ManaSource
Packages that use ManaSource
Package
Description
-
Uses of ManaSource in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player with parameters of type ManaSourceModifier and TypeMethodDescriptionvoid
PlayerData.giveMana
(double amount, ManaSource source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ManaSource in studio.magemonkey.fabled.api.enums
Methods in studio.magemonkey.fabled.api.enums that return ManaSourceModifier and TypeMethodDescriptionstatic ManaSource
Returns the enum constant of this class with the specified name.static ManaSource[]
ManaSource.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ManaSource in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return ManaSourceConstructors in studio.magemonkey.fabled.api.event with parameters of type ManaSourceModifierConstructorDescriptionPlayerManaGainEvent
(PlayerData player, double amount, ManaSource source) Constructor -
Uses of ManaSource in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player with parameters of type ManaSourceModifier and TypeMethodDescriptionvoid
PlayerData.giveMana
(double amount, ManaSource source) Gives mana to the player from the given mana source.