Uses of Class
com.mojang.brigadier.suggestion.Suggestion
Packages that use Suggestion
-
Uses of Suggestion in com.mojang.brigadier.suggestion
Subclasses of Suggestion in com.mojang.brigadier.suggestionClasses in com.mojang.brigadier.suggestion that implement interfaces with type arguments of type SuggestionFields in com.mojang.brigadier.suggestion with type parameters of type SuggestionModifier and TypeFieldDescriptionprivate final List<Suggestion> SuggestionsBuilder.resultprivate final List<Suggestion> Suggestions.suggestionsMethods in com.mojang.brigadier.suggestion that return SuggestionMethods in com.mojang.brigadier.suggestion that return types with arguments of type SuggestionMethods in com.mojang.brigadier.suggestion with parameters of type SuggestionModifier and TypeMethodDescriptionintIntegerSuggestion.compareTo(Suggestion o) intSuggestion.compareTo(Suggestion o) intIntegerSuggestion.compareToIgnoreCase(Suggestion b) intSuggestion.compareToIgnoreCase(Suggestion b) Method parameters in com.mojang.brigadier.suggestion with type arguments of type SuggestionModifier and TypeMethodDescriptionstatic SuggestionsSuggestions.create(String command, Collection<Suggestion> suggestions) Constructor parameters in com.mojang.brigadier.suggestion with type arguments of type Suggestion -
Uses of Suggestion in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components with type parameters of type SuggestionModifier and TypeFieldDescriptionprivate final List<Suggestion> CommandSuggestions.SuggestionsList.suggestionListMethods in net.minecraft.client.gui.components that return types with arguments of type SuggestionModifier and TypeMethodDescriptionprivate List<Suggestion> CommandSuggestions.sortSuggestions(Suggestions suggestions) Constructor parameters in net.minecraft.client.gui.components with type arguments of type SuggestionModifierConstructorDescriptionprivateSuggestionsList(int x, int y, int width, List<Suggestion> suggestionList, boolean immediateNarration)