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 TypeMethodDescriptionvoid
CLIRoutingCommand.addSubCommand
(CLICommand subCommand) void
CLI.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 TypeClassDescriptionclass
class
class
class
Constructors 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 TypeClassDescriptionclass
This file intends to hold tests that can be performed to different sets of game rules and paths to compare them.class
Constructors in net.royalur.stats.cli with parameters of type CLICommandModifierConstructorDescriptionStatsCommand
(CLICommand parent) StatsCountCommand
(CLICommand parent)