Uses of Class
net.citizensnpcs.api.command.CommandManager.CommandInfo
Packages that use CommandManager.CommandInfo
-
Uses of CommandManager.CommandInfo in net.citizensnpcs.api.command
Methods in net.citizensnpcs.api.command that return CommandManager.CommandInfoModifier and TypeMethodDescriptionCommandManager.getCommand
(String... commandParts) Gets theCommandManager.CommandInfo
for the given command parts, ornull
if not found.Methods in net.citizensnpcs.api.command that return types with arguments of type CommandManager.CommandInfoModifier and TypeMethodDescriptionCommandManager.getCommands
(String topLevelCommand) Gets all modified and root commands from the given root level command.