- getAliases() - Static method in class org.lazywizard.console.CommandStore
-
Returns all aliases currently registered by the mod.
- getAlt() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
-
- getApplicableCommands() - Static method in class org.lazywizard.console.CommandStore
-
Returns all commands applicable in the given CommandContext. A command will only be excluded if it contains an opposing tag and does not contain the matching one (ex: for CommandContext#CAMPAIGN_MAP
, commands will only be excluded if they contain the tag "combat" or "market" but not the tag "campaign". Commands with the tag "console" are assumed to be system-level, and will run anywhere.
- getCommandClass() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns the class object for this command's implementation.
- getCommandSeparator() - Method in class org.lazywizard.console.ConsoleSettings
-
- getCommandsWithTag() - Static method in class org.lazywizard.console.CommandStore
-
Returns all commands with a specific tag.
- getConsoleSummonKey() - Method in class org.lazywizard.console.ConsoleSettings
-
- getContext() - Static method in class org.lazywizard.console.Console
-
- getContext() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
-
- getCtrl() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
-
- getDefaultCombatCheatTarget() - Method in class org.lazywizard.console.ConsoleSettings
-
- getDefaultTarget() - Static method in class org.lazywizard.console.cheatmanager.CombatCheatManager
-
- getDefaultTarget() - Method in class org.lazywizard.console.cheatmanager.CombatCheatManager.PluginManager
-
- getDevModeTogglesDebugFlags() - Method in class org.lazywizard.console.ConsoleSettings
-
- getEntitiesWithTags() - Static method in class org.lazywizard.console.CommandUtils
-
- getEntityInteractedWith() - Method in enum org.lazywizard.console.BaseCommand.CommandContext
-
Returns the SectorEntityToken the player is in a dialog with, if any.
- getFactionName() - Static method in class org.lazywizard.console.CommandUtils
-
- getFont() - Static method in class org.lazywizard.console.Console
-
- getFontScaling() - Method in class org.lazywizard.console.ConsoleSettings
-
- getHelp() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns the detailed usage instructions for this command.
- getKeyCode() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
-
- getKnownTags() - Static method in class org.lazywizard.console.CommandStore
-
Returns all command tags that the mod is currently aware of.
- getListeners() - Static method in class org.lazywizard.console.CommandStore
-
Returns all CommandListeners that are registered with the console.
- getLoadedCommands() - Static method in class org.lazywizard.console.CommandStore
-
Returns all commands currently loaded by the mod.
- getMarket() - Method in enum org.lazywizard.console.BaseCommand.CommandContext
-
Returns the MarketAPI of the The
- getMaxScrollback() - Method in class org.lazywizard.console.ConsoleSettings
-
- getMemoryMap() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
-
- getName() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns the name of this command (what the player would enter to use it).
- getOutputColor() - Method in class org.lazywizard.console.ConsoleSettings
-
- getSettings() - Static method in class org.lazywizard.console.Console
-
- getShift() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
-
- getShowBackground() - Method in class org.lazywizard.console.ConsoleSettings
-
- getShowCursorIndex() - Method in class org.lazywizard.console.ConsoleSettings
-
- getShowEnteredCommands() - Method in class org.lazywizard.console.ConsoleSettings
-
- getShowExceptionDetails() - Method in class org.lazywizard.console.ConsoleSettings
-
- getShowMemoryUsage() - Method in class org.lazywizard.console.ConsoleSettings
-
- getSource() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns the complete file path of the CSV this command was loaded from (not the relative path). Useful for determining which mod added this command.
- getSyntax() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns the syntax for this command.
- getTags() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns all tags associated with this command.
- getTransferStorageToHome() - Method in class org.lazywizard.console.ConsoleSettings
-
- getTypoCorrectionThreshold() - Method in class org.lazywizard.console.ConsoleSettings
-
- getUsableCargo() - Static method in class org.lazywizard.console.CommandUtils
-