Uses of Enum Class
net.minecraft.commands.SharedSuggestionProvider.ElementSuggestionType
Packages that use SharedSuggestionProvider.ElementSuggestionType
Package
Description
-
Uses of SharedSuggestionProvider.ElementSuggestionType in net.minecraft.client.multiplayer
Methods in net.minecraft.client.multiplayer with parameters of type SharedSuggestionProvider.ElementSuggestionTypeModifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions> ClientSuggestionProvider.suggestRegistryElements(ResourceKey<? extends Registry<?>> key, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context) -
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> CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.listSuggestions(com.mojang.brigadier.context.CommandContext<S> context, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, ResourceKey<? extends Registry<?>> registryKey, SharedSuggestionProvider.ElementSuggestionType type) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> CommandSourceStack.suggestRegistryElements(ResourceKey<? extends Registry<?>> key, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context) default voidSharedSuggestionProvider.suggestRegistryElements(HolderLookup<?> registry, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestRegistryElements(ResourceKey<? extends Registry<?>> key, SharedSuggestionProvider.ElementSuggestionType elements, com.mojang.brigadier.suggestion.SuggestionsBuilder builder, com.mojang.brigadier.context.CommandContext<?> context) -
Uses of SharedSuggestionProvider.ElementSuggestionType in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type SharedSuggestionProvider.ElementSuggestionTypeModifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions> ClientCommandSourceStack.suggestRegistryElements(ResourceKey<? extends Registry<?>> registry, SharedSuggestionProvider.ElementSuggestionType suggestionType, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder, com.mojang.brigadier.context.CommandContext<?> context)