- 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
-
Returns what character sequence the player must separate multiple
commands with.
- getCommandsWithTag(String) - Static method in class org.lazywizard.console.CommandStore
-
Returns all commands with a specific tag.
- getConsoleSummonKey() - Method in class org.lazywizard.console.ConsoleSettings
-
Returns the key (and any modifier keys) that must be pressed to summon
the console.
- getHelp() - Method in class org.lazywizard.console.CommandStore.StoredCommand
-
Returns the detailed usage instructions for this command.
- getKey() - Method in class org.lazywizard.console.ConsoleSettings.KeyStroke
-
Returns the key that must be pressed to summon the console.
- 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.
- getMaxOutputLineLength() - Method in class org.lazywizard.console.ConsoleSettings
-
Returns how many characters a line of output can reach before it is
wrapped.
- 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
-
Returns the Color
of the console's output.
- getSettings() - Static method in class org.lazywizard.console.Console
-
- getShouldShowEnteredCommands() - Method in class org.lazywizard.console.ConsoleSettings
-
Returns whether each valid individual command should be displayed before
being run.
- getSoundForResult(BaseCommand.CommandResult) - Method in class org.lazywizard.console.ConsoleSettings
-
Returns what sound will be played when a command returns a specific
result.
- 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).
- 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.