Uses of Enum Class
com.sucy.skill.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) Adds an experience source to the list of allowed sources for the class.voidRPGClass.disallowExpSource(ExpSource source) Removes an experience source from the list of allowed sources for the class.booleanRPGClass.receivesExp(ExpSource source) Checks whether the class receives experience from the given sourcevoidRPGClass.setAllowedExpSources(ExpSource... sources) Sets the experience sources this class can receive experience from. -
Uses of ExpSource in com.sucy.skill.api.enums
Methods in com.sucy.skill.api.enums that return ExpSource -
Uses of ExpSource in com.sucy.skill.api.event
Methods in com.sucy.skill.api.event that return ExpSourceConstructors in com.sucy.skill.api.event with parameters of type ExpSourceModifierConstructorDescriptionPlayerExperienceGainEvent(PlayerClass playerClass, double amount, ExpSource source) Constructor -
Uses of ExpSource in com.sucy.skill.api.player
Methods in com.sucy.skill.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) Gives skill points to the player for all classes matching the experience source