Uses of Enum Class
studio.magemonkey.fabled.api.enums.ExpSource
Packages that use ExpSource
Package
Description
-
Uses of ExpSource in com.sucy.skill.api.classes
Methods in com.sucy.skill.api.classes with parameters of type ExpSourceModifier and TypeMethodDescriptionvoid
RPGClass.allowExpSource
(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.void
RPGClass.disallowExpSource
(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.boolean
RPGClass.receivesExp
(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.void
RPGClass.setAllowedExpSources
(ExpSource... sources) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of ExpSource in com.sucy.skill.api.event
Methods in com.sucy.skill.api.event that return ExpSourceMethods in com.sucy.skill.api.event with parameters of type ExpSourceModifier and TypeMethodDescriptionvoid
Deprecated.Constructors in com.sucy.skill.api.event with parameters of type ExpSourceModifierConstructorDescriptionPlayerExperienceGainEvent
(PlayerClass playerClass, double amount, ExpSource source) Deprecated. -
Uses of ExpSource in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player with parameters of type ExpSourceModifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.Gives experience to the class under the context of the experience source.void
Deprecated, for removal: This API element is subject to removal in a future version.Gives experience to the class under the context of the experience source.void
Deprecated, for removal: This API element is subject to removal in a future version.Gives the player experience from the specified sourcevoid
Deprecated, for removal: This API element is subject to removal in a future version.boolean
PlayerData.giveLevels
(int amount, ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.void
PlayerData.givePoints
(int amount, ExpSource source) Deprecated. -
Uses of ExpSource in studio.magemonkey.fabled.api.classes
Methods in studio.magemonkey.fabled.api.classes with parameters of type ExpSourceModifier and TypeMethodDescriptionvoid
FabledClass.allowExpSource
(ExpSource source) Adds an experience source to the list of allowed sources for the class.void
FabledClass.disallowExpSource
(ExpSource source) Removes an experience source from the list of allowed sources for the class.boolean
FabledClass.receivesExp
(ExpSource source) Checks whether the class receives experience from the given sourcevoid
FabledClass.setAllowedExpSources
(ExpSource... sources) Sets the experience sources this class can receive experience from. -
Uses of ExpSource in studio.magemonkey.fabled.api.enums
Methods in studio.magemonkey.fabled.api.enums that return ExpSource -
Uses of ExpSource in studio.magemonkey.fabled.api.event
Methods in studio.magemonkey.fabled.api.event that return ExpSourceConstructors in studio.magemonkey.fabled.api.event with parameters of type ExpSourceModifierConstructorDescriptionPlayerExperienceGainEvent
(PlayerClass playerClass, double amount, ExpSource source) Constructor -
Uses of ExpSource in studio.magemonkey.fabled.api.player
Methods in studio.magemonkey.fabled.api.player with parameters of type ExpSourceModifier and TypeMethodDescriptionvoid
Gives experience to the class under the context of the experience source.void
Gives experience to the class under the context of the experience source.void
Gives experience to the player from the given sourcevoid
Gives experience to the player from the given sourceboolean
PlayerData.giveLevels
(int amount, ExpSource source) Gives levels to the player for all classes matching the experience sourcevoid
PlayerData.givePoints
(int amount, ExpSource source) Deprecated.void
boolean
PlayerData.givePoints(int, PointSource)
instead