Uses of Class
net.ME1312.Galaxi.Command.Command
-
Uses of Command in net.ME1312.Galaxi.Command
Modifier and TypeMethodDescriptionCommand.autocomplete
(CompletionHandler value) Sets an AutoComplete handler for this Commandstatic Command
Command.create
(PluginInfo plugin, CommandHandler executor) Creates a new Command (by wrapping an existing executor)Command.description
(String value) Set the Description of this CommandSet the Help Page for this CommandSet the Usage of this Command -
Uses of Command in net.ME1312.Galaxi.Plugin
Modifier and TypeMethodDescriptionvoid
PluginManager.addCommand
(Command command, String... handles) Registers a Command