Uses of Class
net.gcnt.additionsplus.files.commands.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
Modifier and TypeMethodDescriptionAdditionsAPI.getCommandByAlias(String alias)
Get aCustomCommand
AdditionsAPI.getCommandByName(String name)
Get aCustomCommand
-
Uses of CustomCommand in net.gcnt.additionsplus.files.commands
Modifier 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.Modifier 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.