Package net.storm.api.plugins.config
Class RuneScapeProfile
java.lang.Object
net.storm.api.plugins.config.RuneScapeProfile
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant indicating an invalid or unknown account hash. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ACCOUNT_HASH_INVALID
public static final int ACCOUNT_HASH_INVALIDConstant indicating an invalid or unknown account hash.- See Also:
-
-
Constructor Details
-
RuneScapeProfile
public RuneScapeProfile()
-