Uses of Class
net.royalur.cli.CLICommand
Packages that use CLICommand
-
Uses of CLICommand in net.royalur
Subclasses of CLICommand in net.royalur -
Uses of CLICommand in net.royalur.cli
Subclasses of CLICommand in net.royalur.cliFields in net.royalur.cli declared as CLICommandMethods in net.royalur.cli that return CLICommandMethods in net.royalur.cli with parameters of type CLICommandModifier and TypeMethodDescriptionvoidCLIRoutingCommand.addSubCommand(CLICommand subCommand) voidCLI.setCurrentCommand(CLICommand currentCommand) Used for things like printing help, or for help in error reporting.Constructors in net.royalur.cli with parameters of type CLICommandModifierConstructorDescriptionCLICommand(CLICommand parent, String name, String description) CLIRoutingCommand(CLICommand parent, String name, String description) -
Uses of CLICommand in net.royalur.lut.cli
Subclasses of CLICommand in net.royalur.lut.cliModifier and TypeClassDescriptionclassclassclassclassConstructors in net.royalur.lut.cli with parameters of type CLICommandModifierConstructorDescriptionLutCommand(CLICommand parent) LutMoveStatsCommand(CLICommand parent) LutReadCommand(CLICommand parent) LutTrainCommand(CLICommand parent) -
Uses of CLICommand in net.royalur.stats.cli
Subclasses of CLICommand in net.royalur.stats.cliModifier and TypeClassDescriptionclassThis file intends to hold tests that can be performed to different sets of game rules and paths to compare them.classConstructors in net.royalur.stats.cli with parameters of type CLICommandModifierConstructorDescriptionStatsCommand(CLICommand parent) StatsCountCommand(CLICommand parent)