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 TypeMethodDescriptionClientSuggestionProvider.suggestRegistryElements(ResourceKey<? extends Registry<?>> key, SharedSuggestionProvider.ElementSuggestionType elements, SuggestionsBuilder builder, 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<Suggestions> SharedSuggestionProvider.listSuggestions(CommandContext<S> context, SuggestionsBuilder builder, ResourceKey<? extends Registry<?>> registryKey, SharedSuggestionProvider.ElementSuggestionType type) CommandSourceStack.suggestRegistryElements(ResourceKey<? extends Registry<?>> key, SharedSuggestionProvider.ElementSuggestionType elements, SuggestionsBuilder builder, CommandContext<?> context) default voidSharedSuggestionProvider.suggestRegistryElements(HolderLookup<?> registry, SharedSuggestionProvider.ElementSuggestionType elements, SuggestionsBuilder builder) SharedSuggestionProvider.suggestRegistryElements(ResourceKey<? extends Registry<?>> key, SharedSuggestionProvider.ElementSuggestionType elements, SuggestionsBuilder builder, CommandContext<?> context) -
Uses of SharedSuggestionProvider.ElementSuggestionType in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type SharedSuggestionProvider.ElementSuggestionTypeModifier and TypeMethodDescriptionClientCommandSourceStack.suggestRegistryElements(ResourceKey<? extends Registry<?>> registry, SharedSuggestionProvider.ElementSuggestionType suggestionType, SuggestionsBuilder suggestionsBuilder, CommandContext<?> context)