Skip navigation links
A B C D E F G H I K L M O P R S T W 

A

advance() - Method in class org.lazywizard.console.ConsoleCampaignListener
 
advance() - Method in class org.lazywizard.console.ConsoleCombatListener
 
advance() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
 
appendText(text) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
appendText(text, indent) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 

B

backFromEngagement() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
 
BaseCommand - Interface in org.lazywizard.console
The basic interface all console commands must implement.
BaseCommand.CommandContext - Enum in org.lazywizard.console
Represents what screen the player was on when they used the command.
BaseCommand.CommandResult - Enum in org.lazywizard.console
Represents the success status of a command. Returned by BaseCommand.runCommand.
bestMatch() - Static method in class org.lazywizard.console.CommandUtils
 

C

calcWidth(rawLine, fontSize) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
CommandStore - Class in org.lazywizard.console
The console mod's internal command storage. You can retrieve detailed information on the loaded commands using this class.
CommandStore.StoredCommand - Class in org.lazywizard.console
Contains detailed information on a loaded command.
CommandUtils - Class in org.lazywizard.console
 
CommonStrings - Class in org.lazywizard.console
Contains basic mod constants, common error messages, and the IDs of sector persistent data that core commands use.
Console - Class in org.lazywizard.console
The main class of the console mod. Most of its methods aren't publicly accessible, so this is mainly used to display messages to the player.
ConsoleCampaignListener - Class in org.lazywizard.console
 
ConsoleCombatListener - Class in org.lazywizard.console
 
ConsoleModPlugin - Class in org.lazywizard.console
 
ConsoleOverlay - Class in org.lazywizard.console
 
ConsoleSettings - Class in org.lazywizard.console
 
ConsoleSettings.Keystroke - Class in org.lazywizard.console
 
createText(text, color, size, maxWidth, maxHeight) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
createText(text, color, size, maxWidth) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
createText(text, color, size) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
createText(text, color) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
createText(text) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
createText() - Method in class org.lazywizard.lazylib.ui.LazyFont
 

D

DATA_HOME_ID - Static variable in class org.lazywizard.console.CommonStrings
The persistent data ID of the SectorEntityToken used by the Home command.
DATA_PREFIX - Static variable in class org.lazywizard.console.CommonStrings
A recommended prefix for keys in sector persistent data to avoid collision with any existing keys.
DATA_STORAGE_ID - Static variable in class org.lazywizard.console.CommonStrings
The persistent data ID of the SectorEntityToken used by the Storage command.
deregisterCombatPlugin() - Static method in class org.lazywizard.console.CommandUtils
 
dispose() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
draw(x, y) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
draw(location) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
DrawableString($outer, text, fontSize, maxWidth, maxHeight) - Constructor for class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
drawAtAngle(x, y, angle) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
drawAtAngle(location, angle) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
drawText(text, x, y, fontSize, maxWidth, maxHeight) - Method in class org.lazywizard.lazylib.ui.LazyFont
 

E

ERROR_CAMPAIGN_ONLY - Static variable in class org.lazywizard.console.CommonStrings
The error message displayed by core commands when a campaign-only command is used elsewhere.
ERROR_COMBAT_ONLY - Static variable in class org.lazywizard.console.CommonStrings
The error message displayed by core commands when a combat-only command is used elsewhere.
ERROR_MISSION_ONLY - Static variable in class org.lazywizard.console.CommonStrings
The error message displayed by core commands when a mission-only command is used elsewhere.
ERROR_SIMULATION_ONLY - Static variable in class org.lazywizard.console.CommonStrings
The error message displayed by core commands when a simulation-only command is used elsewhere.

F

finalize() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
findBestFactionMatch() - Static method in class org.lazywizard.console.CommandUtils
 
findBestMarketMatch() - Static method in class org.lazywizard.console.CommandUtils
 
findBestStringMatch() - Static method in class org.lazywizard.console.CommandUtils
 
findBestStringMatch() - Static method in class org.lazywizard.console.CommandUtils
 
findBestStringMatchWithSimularity() - Static method in class org.lazywizard.console.CommandUtils
 
findBestSystemMatch() - Static method in class org.lazywizard.console.CommandUtils
 
findBestTokenMatch() - Static method in class org.lazywizard.console.CommandUtils
 
findTokenInLocation() - Static method in class org.lazywizard.console.CommandUtils
 
FontException - Exception in org.lazywizard.lazylib.ui
 
FontException(message) - Constructor for exception org.lazywizard.lazylib.ui.FontException
 
FontException(message, cause) - Constructor for exception org.lazywizard.lazylib.ui.FontException
 
FontException(cause) - Constructor for exception org.lazywizard.lazylib.ui.FontException
 
FontLoader - Static variable in class org.lazywizard.lazylib.ui.LazyFont
Deprecated. 
format() - Static method in class org.lazywizard.console.CommandUtils
 
format() - Static method in class org.lazywizard.console.CommandUtils
 

G

getAdvance() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
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
 
getBaseHeight() - Method in class org.lazywizard.lazylib.ui.LazyFont
 
getChar(character) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
getColor() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
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() - Method in class org.lazywizard.console.ConsoleCampaignListener
 
getContext() - Method in class org.lazywizard.console.ConsoleCombatListener
 
getContext() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
 
getCtrl() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
 
getDrawDebug() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
getEntitiesWithTags() - Static method in class org.lazywizard.console.CommandUtils
 
getFactionName() - Static method in class org.lazywizard.console.CommandUtils
 
getFontScaling() - Method in class org.lazywizard.console.ConsoleSettings
 
getFontSize() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
getHeight() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
getHeight() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getHelp() - Method in class org.lazywizard.console.CommandStore.StoredCommand
Returns the detailed usage instructions for this command.
getId() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getKerning(otherCharId) - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getKerning(otherChar) - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getKernings() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
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.
getLoadedCommands() - Static method in class org.lazywizard.console.CommandStore
Returns all commands currently loaded by the mod.
getMaxHeight() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
getMaxScrollback() - Method in class org.lazywizard.console.ConsoleSettings
 
getMaxWidth() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
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
 
getRegisteredCombatPlugin() - Static method in class org.lazywizard.console.CommandUtils
 
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.
getText() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
getTextureHeight() - Method in class org.lazywizard.lazylib.ui.LazyFont
 
getTextureId() - Method in class org.lazywizard.lazylib.ui.LazyFont
 
getTextureWidth() - Method in class org.lazywizard.lazylib.ui.LazyFont
 
getTransferStorageToHome() - Method in class org.lazywizard.console.ConsoleSettings
 
getTx1() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getTx2() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getTy1() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getTy2() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getTypoCorrectionThreshold() - Method in class org.lazywizard.console.ConsoleSettings
 
getUsableCargo() - Static method in class org.lazywizard.console.CommandUtils
 
getWidth() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
getWidth() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getXOffset() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
getYOffset() - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 

H

HORIZONTAL_MARGIN - Static variable in class org.lazywizard.console.ConsoleOverlay
 

I

indent() - Static method in class org.lazywizard.console.CommandUtils
Indents and word-wraps a String to fit within the console's overlay.
indent() - Static method in class org.lazywizard.console.CommandUtils
Indents and word-wraps a String to fit within the console's overlay.
init() - Method in class org.lazywizard.console.ConsoleCombatListener
 
init() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
 
INPUT_QUERY - Static variable in class org.lazywizard.console.CommonStrings
The message the console shows when it's first summoned.
INSTANCE - Static variable in class org.lazywizard.console.ConsoleSettings
 
isCampaignAccessible() - Method in enum org.lazywizard.console.BaseCommand.CommandContext
Returns whether the player is in campaign mode, including in campaign battles (even refit simulation battles).
isCombatPluginRegistered() - Static method in class org.lazywizard.console.CommandUtils
 
isDisposed() - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
isDone() - Method in class org.lazywizard.console.ConsoleCampaignListener
 
isDouble() - Static method in class org.lazywizard.console.CommandUtils
 
isFloat() - Static method in class org.lazywizard.console.CommandUtils
 
isInCampaign() - Method in enum org.lazywizard.console.BaseCommand.CommandContext
Returns whether this context is on the campaign map.
isInCombat() - Method in enum org.lazywizard.console.BaseCommand.CommandContext
Returns whether this context is on the combat map.
isInteger() - Static method in class org.lazywizard.console.CommandUtils
 
isLong() - Static method in class org.lazywizard.console.CommandUtils
 
isPressed() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
 
isPressed(events) - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
 

K

Keystroke(keyCode, ctrl, alt, shift) - Constructor for class org.lazywizard.console.ConsoleSettings.Keystroke
 

L

LazyChar($outer, id, tx, ty, width, height, xOffset, yOffset) - Constructor for class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
LazyFont - Class in org.lazywizard.lazylib.ui
 
LazyFont.DrawableString - Class in org.lazywizard.lazylib.ui
 
LazyFont.LazyChar - Class in org.lazywizard.lazylib.ui
 
loadFont(fontPath) - Static method in class org.lazywizard.lazylib.ui.LazyFont
 

M

MOD_ID - Static variable in class org.lazywizard.console.CommonStrings
The ID of this mod as defined in mod_info.json, used for loading commands.

O

onApplicationLoad() - Method in class org.lazywizard.console.ConsoleModPlugin
 
onGameLoad() - Method in class org.lazywizard.console.ConsoleModPlugin
 
optionMousedOver() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
 
optionSelected() - Method in class org.lazywizard.console.ShowSettings.SettingsDialog
 
org.lazywizard.console - package org.lazywizard.console
 
org.lazywizard.lazylib.ui - package org.lazywizard.lazylib.ui
 

P

PATH_ALIAS - Static variable in class org.lazywizard.console.CommonStrings
The path to aliases.csv, used to define aliases.
PATH_CSV - Static variable in class org.lazywizard.console.CommonStrings
The path to commands.csv, used for loading commands.
PATH_RUNCODE_CSV - Static variable in class org.lazywizard.console.CommonStrings
The path to runcode_imports.csv, used for setting custom imports for the RunCode command.
PATH_RUNCODE_MACROS - Static variable in class org.lazywizard.console.CommonStrings
The path to runcode_macros.csv, used for setting custom macros for the RunCode command.
PATH_SETTINGS - Static variable in class org.lazywizard.console.CommonStrings
The path to console_settings.csv.

R

registerCombatPlugin() - Static method in class org.lazywizard.console.CommandUtils
 
reloadCommands() - Static method in class org.lazywizard.console.CommandStore
Forces the console to clear its stored commands and reload them from the CSV. If a command fails to load it will not throw an Exception. Instead it will display an error message to the player and continue to load the rest of the commands normally.
reloadSettings() - Static method in class org.lazywizard.console.Console
Forces the console to reload its settings from the settings file.
resetToDefaults() - Method in class org.lazywizard.console.ConsoleSettings
 
retrieveCommand() - Static method in class org.lazywizard.console.CommandStore
Retrieves the raw data for a specific command.
runCommand() - Method in interface org.lazywizard.console.BaseCommand
Called when the player enters your command.
runCommand() - Method in class org.lazywizard.console.ShowSettings
 
runWhilePaused() - Method in class org.lazywizard.console.ConsoleCampaignListener
 

S

setColor(p) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
setCommandSeparator(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setConsoleSummonKey(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setDrawDebug(value) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
setFontScaling(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setFontSize(value) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
setKerning(otherCharId, kerning) - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
setKerning(otherChar, kerning) - Method in class org.lazywizard.lazylib.ui.LazyFont.LazyChar
 
setMaxHeight(value) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
setMaxScrollback(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setMaxWidth(value) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
setOutputColor(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setShowBackground(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setShowCursorIndex(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setShowEnteredCommands(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setShowExceptionDetails(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setShowMemoryUsage(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setText(value) - Method in class org.lazywizard.lazylib.ui.LazyFont.DrawableString
 
setTransferStorageToHome(p) - Method in class org.lazywizard.console.ConsoleSettings
 
setTypoCorrectionThreshold(p) - Method in class org.lazywizard.console.ConsoleSettings
 
show(context) - Static method in class org.lazywizard.console.ConsoleOverlay
 
showDialogOnClose() - Static method in class org.lazywizard.console.Console
 
showDialogOnClose() - Static method in class org.lazywizard.console.Console
 
showException() - Static method in class org.lazywizard.console.Console
Displays the stack trace of a Throwable.
showIndentedMessage() - Static method in class org.lazywizard.console.Console
Displays an indented message to the user. The message will be formatted and shown to the player when they reach a section of the game where it can be displayed properly (combat/campaign map).
showMessage() - Static method in class org.lazywizard.console.Console
Displays a message to the user. The message will be formatted and shown to the player when they reach a section of the game where it can be displayed properly (combat/campaign map).
showMessage() - Static method in class org.lazywizard.console.Console
Displays a message to the user. The message will be formatted and shown to the player when they reach a section of the game where it can be displayed properly (combat/campaign map).
showOutput() - Method in class org.lazywizard.console.ConsoleCampaignListener
 
showOutput() - Method in class org.lazywizard.console.ConsoleCombatListener
 
ShowSettings - Class in org.lazywizard.console
 
ShowSettings.SettingsDialog - Class in org.lazywizard.console
 

T

toString() - Method in class org.lazywizard.console.ConsoleSettings.Keystroke
 

W

wrapString(toWrap, fontSize, maxWidth, maxHeight, indent) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
wrapString(toWrap, fontSize, maxWidth, maxHeight) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
wrapString(toWrap, fontSize, maxWidth) - Method in class org.lazywizard.lazylib.ui.LazyFont
 
A B C D E F G H I K L M O P R S T W 
Skip navigation links