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 TypeMethodDescriptionCompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> ClientSuggestionProvider.suggestRegistryElements
(ResourceKey<? extends Registry<?>> pResourceKey, SharedSuggestionProvider.ElementSuggestionType pRegistryKey, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder, com.mojang.brigadier.context.CommandContext<?> pContext) -
Uses of SharedSuggestionProvider.ElementSuggestionType in net.minecraft.commands
Methods 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 TypeMethodDescriptionCompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> CommandSourceStack.suggestRegistryElements
(ResourceKey<? extends Registry<?>> pResourceKey, SharedSuggestionProvider.ElementSuggestionType pRegistryKey, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder, com.mojang.brigadier.context.CommandContext<?> pContext) default void
SharedSuggestionProvider.suggestRegistryElements
(Registry<?> pRegistry, SharedSuggestionProvider.ElementSuggestionType pType, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder) CompletableFuture
<com.mojang.brigadier.suggestion.Suggestions> SharedSuggestionProvider.suggestRegistryElements
(ResourceKey<? extends Registry<?>> pResourceKey, SharedSuggestionProvider.ElementSuggestionType pRegistryKey, com.mojang.brigadier.suggestion.SuggestionsBuilder pBuilder, com.mojang.brigadier.context.CommandContext<?> pContext)