Uses of Enum Class
com.sucy.skill.api.enums.PointSource
Packages that use PointSource
-
Uses of PointSource in com.sucy.skill.api.enums
Methods in com.sucy.skill.api.enums that return PointSourceModifier and TypeMethodDescriptionstatic PointSourceReturns 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 com.sucy.skill.api.event
Methods in com.sucy.skill.api.event that return PointSourceConstructors in com.sucy.skill.api.event with parameters of type PointSourceModifierConstructorDescriptionPlayerGainSkillPointsEvent(PlayerClass playerClass, double amount, PointSource source) Constructor -
Uses of PointSource in com.sucy.skill.api.player
Methods in com.sucy.skill.api.player with parameters of type PointSourceModifier and TypeMethodDescriptionvoidPlayerClass.givePoints(int amount, PointSource source) Gives skill points to be used for the class.