Uses of Class
mmud.commands.CommandFactory.UserCommandInfo
Packages that use CommandFactory.UserCommandInfo
-
Uses of CommandFactory.UserCommandInfo in mmud.commands
Methods in mmud.commands that return types with arguments of type CommandFactory.UserCommandInfoModifier and TypeMethodDescriptionstatic List
<CommandFactory.UserCommandInfo> CommandFactory.getUserCommands
(User user, String aCommand, BiConsumer<String, Throwable> errorConsumer) Returns all matching user commands.