 |
Crossfire JXClient, Trunk
|
Go to the documentation of this file.
23 package com.realtime.crossfire.jxclient.settings;
26 import org.jetbrains.annotations.NotNull;
60 return new SettingsEntry<>(
"player_"+hostname,
"",
"The charactername last played on the server.");
71 return new SettingsEntry<>(
"login_account_"+hostname,
"",
"The account last logged in on the server.");
83 return new SettingsEntry<>(
"login_account_"+hostname+
"_"+accountName,
"",
"The character last selected on the account.");
static SettingsEntry< String > getLoginAccountSettingsEntry(@NotNull final String hostname, @NotNull final String accountName)
Returns the SettingsEntry for the default character name on an account.
All defined entries in the settings file.
static SettingsEntry< String > getLoginAccountSettingsEntry(@NotNull final String hostname)
Returns the SettingsEntry for the default account name on a server.
static final SettingsEntry< String > SERVER
The server to which the previous connection was made.
static SettingsEntry< Long > getPickupSettingsEntry(@NotNull final String hostname, @NotNull final String characterName)
Returns the SettingsEntry for the default pickup mode of a character.
Defines constants for pickup mode.
SettingsEntries()
Private constructor to prevent instantiation.
static final SettingsEntry< Boolean > MESSAGE_LOG_SETTINGS_ENTRY
Whether to record of all text messages received from the server.
static final long PU_NOTHING
Pickup mode: nothing.
static SettingsEntry< String > getPlayerSettingsEntry(@NotNull final String hostname)
Returns the SettingsEntry for the default character name on a server.