Class RuneScapeProfileChanged

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

public class RuneScapeProfileChanged extends Object
An event fired when the user switches to a different RuneScape save profile.

This event is triggered when the active RuneScape character profile changes. This can happen when:

  • The user logs into a different account
  • The user hops to or from a Beta world
  • The user hops to or from a Tournament world
  • The user hops to or from a Deadman Mode (DMM) world
  • The user hops to or from a Leagues world

Plugins that store per-character data should subscribe to this event to clear or reload their cached data appropriately.

This is a marker event with no associated data - its presence alone signals that the RuneScape profile has changed.

See Also:
  • RuneScapeProfile
  • Constructor Details

    • RuneScapeProfileChanged

      public RuneScapeProfileChanged()