Class RuneScapeProfile

java.lang.Object
net.storm.api.plugins.config.RuneScapeProfile

public class RuneScapeProfile extends Object
Represents a RuneScape account profile for per-account configuration storage.

Each RuneScape account can have one profile per RuneScapeProfileType (e.g., Standard, League, Deadman Mode). Profiles allow configuration values to be stored separately for different accounts and game modes.

RuneScape profiles are identified by:

  • Display name - the account's in-game name
  • Account hash - a unique identifier for the account
  • Profile type - the game mode (Standard, League, etc.)
  • Key - a unique key for configuration storage

See Also:
  • Field Details

    • ACCOUNT_HASH_INVALID

      public static final int ACCOUNT_HASH_INVALID
      Constant indicating an invalid or unknown account hash.
      See Also:
  • Constructor Details

    • RuneScapeProfile

      public RuneScapeProfile()