Class ExperienceGained

java.lang.Object
net.storm.api.events.ExperienceGained

public class ExperienceGained extends Object
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:
  • Skill
  • Constructor Details

    • ExperienceGained

      public ExperienceGained()