Package net.storm.api.events
Class ExperienceGained
java.lang.Object
net.storm.api.events.ExperienceGained
An event fired when the player gains experience in a skill.
This event is triggered whenever the player receives experience points in any skill. It provides detailed information about the experience gain including the amount gained, total experience, and current level.
Common use cases include:
- XP tracking and statistics
- XP drop notifications
- Skill training progress monitoring
- Activity detection based on XP gains
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExperienceGained
public ExperienceGained()
-