Uses of Class
baritone.api.command.helpers.TabCompleteHelper
Packages that use TabCompleteHelper
-
Uses of TabCompleteHelper in baritone.api.command.helpers
Methods in baritone.api.command.helpers that return TabCompleteHelperModifier and TypeMethodDescriptionTabCompleteHelper.addCommands(ICommandManager manager) Appends every command in the specifiedICommandManagerto thisTabCompleteHelperTabCompleteHelper.addModifiedSettings()Appends every modified setting in theSettingsto thisTabCompleteHelperTabCompleteHelper.addSettings()Appends every setting in theSettingsto thisTabCompleteHelperTabCompleteHelper.addToggleableSettings()Appends all values of the specified enum to thisTabCompleteHelperand returns it for chainingAppends the specified strings to thisTabCompleteHelperand returns it for chainingAppends the specified stream to thisTabCompleteHelperand returns it for chainingApply the specifiedfilterto every element currently in thisTabCompleteHelperand return this object for chainingTabCompleteHelper.filterPrefix(String prefix) Filter out any element that doesn't start withprefixand return this object for chainingTabCompleteHelper.filterPrefixNamespaced(String prefix) Filter out any element that doesn't start withprefixand return this object for chainingApply the specifiedtransformto every element currently in thisTabCompleteHelperand return this object for chainingPrepends all values of the specified enum to thisTabCompleteHelperand returns it for chainingPrepends the specified strings to thisTabCompleteHelperand returns it for chainingPrepends the specified stream to thisTabCompleteHelperand returns it for chainingTabCompleteHelper.sort(Comparator<String> comparator) Apply the specifiedsortto every element currently in thisTabCompleteHelperand return this object for chainingTabCompleteHelper.sortAlphabetically()Sort every element currently in thisTabCompleteHelperalphabetically and return this object for chaining