Uses of Enum Class
studio.magemonkey.fabled.api.enums.PointSource
Packages that use PointSource
Package
Description
-
Uses of PointSource in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player with parameters of type PointSourceModifier and TypeMethodDescriptionvoid
PlayerClass.givePoints
(int amount, PointSource source) Deprecated, for removal: This API element is subject to removal in a future version.Gives skill points to be used for the class.void
PlayerData.givePoints
(int amount, PointSource source) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of PointSource in studio.magemonkey.fabled.api.enums
Methods in studio.magemonkey.fabled.api.enums that return PointSourceModifier and TypeMethodDescriptionstatic PointSource
Returns the enum constant of this class with the specified name.static PointSource[]
PointSource.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PointSource in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return PointSourceConstructors in studio.magemonkey.fabled.api.event with parameters of type PointSourceModifierConstructorDescriptionPlayerGainSkillPointsEvent
(PlayerClass playerClass, double amount, PointSource source) Constructor -
Uses of PointSource in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player with parameters of type PointSourceModifier and TypeMethodDescriptionvoid
PlayerClass.givePoints
(int amount, PointSource source) Gives skill points to be used for the class.void
PlayerData.givePoints
(int amount, PointSource source) Gives skill points to the player for all classes matching the experience source