Uses of Enum Class
net.minecraft.commands.SharedSuggestionProvider.ElementSuggestionType
Packages that use SharedSuggestionProvider.ElementSuggestionType
-
Uses of SharedSuggestionProvider.ElementSuggestionType in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type SharedSuggestionProvider.ElementSuggestionTypeModifier and TypeMethodDescription<E> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> ClientSuggestionProvider.suggestRegistryElements(ResourceKey<? extends Registry<E>> key, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context, Predicate<E> filter) -
Uses of SharedSuggestionProvider.ElementSuggestionType in net.minecraft.commands
Subclasses with type arguments of type SharedSuggestionProvider.ElementSuggestionType in net.minecraft.commandsMethods in net.minecraft.commands that return SharedSuggestionProvider.ElementSuggestionTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.SharedSuggestionProvider.ElementSuggestionType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.commands with parameters of type SharedSuggestionProvider.ElementSuggestionTypeModifier and TypeMethodDescriptionstatic <S,E> CompletableFuture <com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, ResourceKey<? extends Registry<E>> registryKey, SharedSuggestionProvider.ElementSuggestionType type) static <S,E> CompletableFuture <com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, ResourceKey<? extends Registry<E>> registryKey, SharedSuggestionProvider.ElementSuggestionType type, Predicate<E> filter) <E> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> CommandSourceStack.suggestRegistryElements(ResourceKey<? extends Registry<E>> key, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context, Predicate<E> filter) default <E> voidSharedSuggestionProvider.suggestRegistryElements(HolderLookup<E> registry, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, Predicate<E> filter) <E> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestRegistryElements(ResourceKey<? extends Registry<E>> key, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context, Predicate<E> filter)