Package net.ME1312.Galaxi.Command
Interface CompletionHandler
public interface CompletionHandler
Command AutoComplete Handler Layout Class
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionString[]
complete
(CommandSender sender, String handle, String[] args) Generate a list of completions for this command
-
Method Details
-
complete
Generate a list of completions for this command- Parameters:
sender
- Command Senderhandle
- Command Handleargs
- Arguments (including the final unfinished argument)- Returns:
- AutoCompletion list
-