public class CommonStrings
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CSV_PATH
The path to commands.csv, used for loading commands.
|
static java.lang.String |
DATA_HOME_ID
The persistent data ID of the
SectorEntityToken used by the Home
command. |
static java.lang.String |
DATA_PREFIX
A recommended prefix for keys in sector persistent data to avoid
collision with any existing keys.
|
static java.lang.String |
DATA_STORAGE_ID
The persistent data ID of the
CargoAPI used by the Storage
command. |
static java.lang.String |
ERROR_CAMPAIGN_ONLY
The error message displayed by core commands when a campaign-only command
is used elsewhere.
|
static java.lang.String |
ERROR_COMBAT_ONLY
The error message displayed by core commands when a combat-only command
is used elsewhere.
|
static java.lang.String |
ERROR_MISSION_ONLY
The error message displayed by core commands when a mission-only command
is used elsewhere.
|
static java.lang.String |
INPUT_QUERY
The message the console shows when it's first summoned.
|
static java.lang.String |
MOD_ID
The ID of this mod as defined in mod_info.json, used for loading
commands.
|
static java.lang.String |
SETTINGS_PATH
The path to console_settings.csv.
|
public static final java.lang.String MOD_ID
public static final java.lang.String SETTINGS_PATH
public static final java.lang.String CSV_PATH
public static final java.lang.String INPUT_QUERY
public static final java.lang.String ERROR_CAMPAIGN_ONLY
public static final java.lang.String ERROR_COMBAT_ONLY
public static final java.lang.String ERROR_MISSION_ONLY
public static final java.lang.String DATA_PREFIX
public static final java.lang.String DATA_HOME_ID
SectorEntityToken
used by the Home
command.
public static final java.lang.String DATA_STORAGE_ID
CargoAPI
used by the Storage
command.