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 TypeMethodDescriptionvoidRPGClass.allowExpSource(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.voidRPGClass.disallowExpSource(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.booleanRPGClass.receivesExp(ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.voidRPGClass.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 TypeMethodDescriptionvoidDeprecated.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 TypeMethodDescriptionvoidDeprecated, 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.voidDeprecated, 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.voidDeprecated, for removal: This API element is subject to removal in a future version.Gives the player experience from the specified sourcevoidDeprecated, for removal: This API element is subject to removal in a future version.booleanPlayerData.giveLevels(int amount, ExpSource source) Deprecated, for removal: This API element is subject to removal in a future version.voidPlayerData.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 TypeMethodDescriptionvoidFabledClass.allowExpSource(ExpSource source) Adds an experience source to the list of allowed sources for the class.voidFabledClass.disallowExpSource(ExpSource source) Removes an experience source from the list of allowed sources for the class.booleanFabledClass.receivesExp(ExpSource source) Checks whether the class receives experience from the given sourcevoidFabledClass.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 TypeMethodDescriptionvoidGives experience to the class under the context of the experience source.voidGives experience to the class under the context of the experience source.voidGives experience to the player from the given sourcevoidGives experience to the player from the given sourcebooleanPlayerData.giveLevels(int amount, ExpSource source) Gives levels to the player for all classes matching the experience sourcevoidPlayerData.givePoints(int amount, ExpSource source) Deprecated.voidboolean
PlayerData.givePoints(int, PointSource)instead