Uses of Class
net.gcnt.additionsplus.files.commands.CustomCommand
Packages that use CustomCommand
Package
Description
Provides API methods for all aspects of the AdditionsPlus project.
Classes that manage the creation of custom Commands.
-
Uses of CustomCommand in net.gcnt.additionsplus.api
Methods in net.gcnt.additionsplus.api that return CustomCommandModifier and TypeMethodDescriptionAdditionsAPI.getCommandByAlias(String alias)
Get aCustomCommand
AdditionsAPI.getCommandByName(String name)
Get aCustomCommand
Methods in net.gcnt.additionsplus.api that return types with arguments of type CustomCommand -
Uses of CustomCommand in net.gcnt.additionsplus.files.commands
Methods in net.gcnt.additionsplus.files.commands that return CustomCommandModifier and TypeMethodDescriptionstatic CustomCommand
CustomCommand.getCommandByAlias(String alias)
Search a command by its alias.static CustomCommand
CustomCommand.getCommandByName(String name)
Search a command by its name/identifier.Methods in net.gcnt.additionsplus.files.commands that return types with arguments of type CustomCommandModifier and TypeMethodDescriptionCommandFile.getCommands()
Get a list of custom commands.static List<CustomCommand>
CustomCommand.getSimilarCommands(String command)
Get a list of custom commands that look most like the provided command string.