ConsoleCommands / org.lazywizard.console / CommandStore / retrieveCommand

retrieveCommand

open static fun retrieveCommand(command: String): StoredCommand

Retrieves the raw data for a specific command.

Parameters

command - The name of the command to retrieve.

Return
The StoredCommand containing all of the data the console needs to use this command, such as its name, class, syntax, helpfile, and what mod registered it.

Since
2.0