A
B
C
D
E
F
G
I
M
O
P
R
S
T
U
V
W
R
- registerAlias(java.lang.String,java.lang.String) - function in org.lazywizard.console.CommandStore
- Registers an alias to be used as shorthand for long or multiple commands..
- reloadAliases() - function in org.lazywizard.console.CommandStore
- reloadAll() - function in org.lazywizard.console.CommandStore
- Forces the console to clear its stored commands and reload them from the CSV.
- reloadCommands() - function in org.lazywizard.console.CommandStore
- reloadListeners() - function in org.lazywizard.console.CommandStore
- reloadSettings() - function in org.lazywizard.console.Console
- Forces the console to reload its settings from the settings file.
- resetToDefaults() - function in org.lazywizard.console.ConsoleSettings
- retrieveCommand(java.lang.String) - function in org.lazywizard.console.CommandStore
- Retrieves the internal data for a specific command.
- runCommand(java.lang.String,org.lazywizard.console.BaseCommand.CommandContext) - function in org.lazywizard.console.BaseCommand
- Called when the player enters your command.
- runWhilePaused() - function in org.lazywizard.console.cheatmanager.CheatPlugin
- Whether the advance methods should be called while the game is paused.