Uses of Interface
net.minecraft.commands.SharedSuggestionProvider
Package
Description
-
Uses of SharedSuggestionProvider in net.minecraft.client.gui.components
Modifier and TypeFieldDescriptionprivate com.mojang.brigadier.ParseResults<SharedSuggestionProvider>
CommandSuggestions.currentParse
Modifier and TypeMethodDescriptionprivate static FormattedCharSequence
CommandSuggestions.formatText
(com.mojang.brigadier.ParseResults<SharedSuggestionProvider> p_93893_, String p_93894_, int p_93895_) -
Uses of SharedSuggestionProvider in net.minecraft.client.multiplayer
Modifier and TypeFieldDescriptioncom.mojang.brigadier.CommandDispatcher<SharedSuggestionProvider>
ClientPacketListener.commands
Modifier and TypeMethodDescriptioncom.mojang.brigadier.CommandDispatcher<SharedSuggestionProvider>
ClientPacketListener.getCommands()
private com.mojang.brigadier.ParseResults<SharedSuggestionProvider>
ClientPacketListener.parseCommand
(String p_249982_) -
Uses of SharedSuggestionProvider in net.minecraft.commands
Modifier and TypeMethodDescriptionprivate void
Commands.fillUsableCommands
(com.mojang.brigadier.tree.CommandNode<CommandSourceStack> p_82113_, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_82114_, CommandSourceStack p_82115_, Map<com.mojang.brigadier.tree.CommandNode<CommandSourceStack>, com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_82116_) -
Uses of SharedSuggestionProvider in net.minecraft.commands.synchronization
Modifier and TypeFieldDescriptionstatic final com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
SuggestionProviders.ASK_SERVER
private final com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
SuggestionProviders.Wrapper.delegate
private static final Map<ResourceLocation,
com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>> SuggestionProviders.PROVIDERS_BY_NAME
Modifier and TypeMethodDescriptionstatic <S extends SharedSuggestionProvider>
com.mojang.brigadier.suggestion.SuggestionProvider<S>SuggestionProviders.register
(ResourceLocation p_121659_, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121660_) Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
SuggestionProviders.getProvider
(ResourceLocation p_121657_) static com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
SuggestionProviders.safelySwap
(com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121665_) Modifier and TypeMethodDescriptionstatic ResourceLocation
SuggestionProviders.getName
(com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121655_) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>
SuggestionProviders.Wrapper.getSuggestions
(com.mojang.brigadier.context.CommandContext<SharedSuggestionProvider> p_121683_, com.mojang.brigadier.suggestion.SuggestionsBuilder p_121684_) static <S extends SharedSuggestionProvider>
com.mojang.brigadier.suggestion.SuggestionProvider<S>SuggestionProviders.register
(ResourceLocation p_121659_, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121660_) static com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider>
SuggestionProviders.safelySwap
(com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121665_) ModifierConstructorDescriptionWrapper
(ResourceLocation p_121678_, com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_121679_) -
Uses of SharedSuggestionProvider in net.minecraft.network.protocol.game
Modifier and TypeFieldDescriptionprivate final List<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>>
ClientboundCommandsPacket.NodeResolver.nodes
Modifier and TypeMethodDescriptioncom.mojang.brigadier.builder.ArgumentBuilder<SharedSuggestionProvider,
?> ClientboundCommandsPacket.ArgumentNodeStub.build
(CommandBuildContext p_237656_) com.mojang.brigadier.builder.ArgumentBuilder<SharedSuggestionProvider,
?> ClientboundCommandsPacket.LiteralNodeStub.build
(CommandBuildContext p_237682_) com.mojang.brigadier.builder.ArgumentBuilder<SharedSuggestionProvider,
?> ClientboundCommandsPacket.NodeStub.build
(CommandBuildContext p_237695_) private static it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>>
ClientboundCommandsPacket.enumerateNodes
(com.mojang.brigadier.tree.RootCommandNode<SharedSuggestionProvider> p_131863_) com.mojang.brigadier.tree.RootCommandNode<SharedSuggestionProvider>
ClientboundCommandsPacket.getRoot
(CommandBuildContext p_237625_) com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>
ClientboundCommandsPacket.NodeResolver.resolve
(int p_237692_) Modifier and TypeMethodDescriptionprivate static List<ClientboundCommandsPacket.Entry>
ClientboundCommandsPacket.createEntries
(it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_237627_) private static ClientboundCommandsPacket.Entry
ClientboundCommandsPacket.createEntry
(com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_237622_, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_237623_) private static ClientboundCommandsPacket.Entry
ClientboundCommandsPacket.createEntry
(com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider> p_237622_, it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>> p_237623_) private static it.unimi.dsi.fastutil.objects.Object2IntMap<com.mojang.brigadier.tree.CommandNode<SharedSuggestionProvider>>
ClientboundCommandsPacket.enumerateNodes
(com.mojang.brigadier.tree.RootCommandNode<SharedSuggestionProvider> p_131863_) private static ResourceLocation
ClientboundCommandsPacket.ArgumentNodeStub.getSuggestionId
(com.mojang.brigadier.suggestion.SuggestionProvider<SharedSuggestionProvider> p_237654_) ModifierConstructorDescriptionArgumentNodeStub
(com.mojang.brigadier.tree.ArgumentCommandNode<SharedSuggestionProvider, ?> p_237648_) ClientboundCommandsPacket
(com.mojang.brigadier.tree.RootCommandNode<SharedSuggestionProvider> p_131861_) -
Uses of SharedSuggestionProvider in net.minecraftforge.client
Modifier and TypeClassDescriptionclass
overrides forCommandSourceStack
so that the methods will run successfully client sideModifier and TypeMethodDescriptionstatic com.mojang.brigadier.CommandDispatcher<SharedSuggestionProvider>
ClientCommandHandler.mergeServerCommands
(com.mojang.brigadier.CommandDispatcher<SharedSuggestionProvider> serverCommands, CommandBuildContext buildContext) Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.CommandDispatcher<SharedSuggestionProvider>
ClientCommandHandler.mergeServerCommands
(com.mojang.brigadier.CommandDispatcher<SharedSuggestionProvider> serverCommands, CommandBuildContext buildContext) -
Uses of SharedSuggestionProvider in net.minecraftforge.common
Modifier and TypeMethodDescriptionstatic boolean
ForgeHooks.canUseEntitySelectors
(SharedSuggestionProvider provider)