Uses of Interface
com.ultikits.ultitools.commands.tabcomplete.TabCompleter
Packages that use TabCompleter
-
Uses of TabCompleter in com.ultikits.ultitools.commands.tabcomplete
Classes in com.ultikits.ultitools.commands.tabcomplete that implement TabCompleterModifier and TypeClassDescriptionclassCompleter that suggests Minecraft material names.classCompleter that invokes suggestion methods annotated with @CmdSuggest.classCompleter that suggests online player names.classCompleter that provides static suggestions from a predefined list.classCompleter that suggests world names.Fields in com.ultikits.ultitools.commands.tabcomplete with type parameters of type TabCompleterModifier and TypeFieldDescriptionprivate final Map<String, TabCompleter> TabCompletionManager.completersMethods in com.ultikits.ultitools.commands.tabcomplete that return TabCompleterModifier and TypeMethodDescriptionTabCompletionManager.getCompleter(String key) Gets a registered completer by key.Methods in com.ultikits.ultitools.commands.tabcomplete with parameters of type TabCompleterModifier and TypeMethodDescriptionvoidTabCompletionManager.register(String key, TabCompleter completer) Registers a custom completer with a key.