Uses of Interface
net.minecraft.class_3965
Packages that use class_3965
Package
Description
-
Uses of class_3965 in net.minecraft
Classes in net.minecraft that implement class_3965Fields in net.minecraft with type parameters of type class_3965Modifier and TypeFieldDescriptionprotected com.mojang.brigadier.ParseResults<class_3965>class_4162.field_20366static final com.mojang.brigadier.suggestion.SuggestionProvider<class_3965>class_4327.field_21254private static final Map<Identifier,com.mojang.brigadier.suggestion.SuggestionProvider<class_3965>> class_4327.field_21258private final com.mojang.brigadier.suggestion.SuggestionProvider<class_3965>class_4327.class_4328.field_21260private com.mojang.brigadier.tree.RootCommandNode<class_3965>class_4376.field_21525private final com.mojang.brigadier.builder.ArgumentBuilder<class_3965,?> class_4376.class_4377.field_21526private com.mojang.brigadier.tree.CommandNode<class_3965>class_4376.class_4377.field_21530Methods in net.minecraft with type parameters of type class_3965Modifier and TypeMethodDescriptionstatic <S extends class_3965>
com.mojang.brigadier.suggestion.SuggestionProvider<S>class_4327.method_19904(Identifier identifier, com.mojang.brigadier.suggestion.SuggestionProvider<class_3965> suggestionProvider) Methods in net.minecraft that return types with arguments of type class_3965Modifier and TypeMethodDescriptionstatic com.mojang.brigadier.suggestion.SuggestionProvider<class_3965>class_4327.method_19903(Identifier identifier) static com.mojang.brigadier.suggestion.SuggestionProvider<class_3965>class_4327.method_19906(com.mojang.brigadier.suggestion.SuggestionProvider<class_3965> suggestionProvider) private com.mojang.brigadier.builder.ArgumentBuilder<class_3965,?> class_4376.method_20210(PacketByteBuf packetByteBuf, byte byte2) com.mojang.brigadier.tree.RootCommandNode<class_3965>class_4376.method_20213()Method parameters in net.minecraft with type arguments of type class_3965Modifier and TypeMethodDescriptionCompletableFuture<com.mojang.brigadier.suggestion.Suggestions>class_4327.class_4328.getSuggestions(com.mojang.brigadier.context.CommandContext<class_3965> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>class_3915.method_17555(com.mojang.brigadier.context.CommandContext<class_3965> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>class_3965.method_17555(com.mojang.brigadier.context.CommandContext<class_3965> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) CompletableFuture<com.mojang.brigadier.suggestion.Suggestions>class_4203.method_17555(com.mojang.brigadier.context.CommandContext<class_3965> commandContext, com.mojang.brigadier.suggestion.SuggestionsBuilder suggestionsBuilder) static Identifierclass_4327.method_19902(com.mojang.brigadier.suggestion.SuggestionProvider<class_3965> suggestionProvider) static <S extends class_3965>
com.mojang.brigadier.suggestion.SuggestionProvider<S>class_4327.method_19904(Identifier identifier, com.mojang.brigadier.suggestion.SuggestionProvider<class_3965> suggestionProvider) static com.mojang.brigadier.suggestion.SuggestionProvider<class_3965>class_4327.method_19906(com.mojang.brigadier.suggestion.SuggestionProvider<class_3965> suggestionProvider) private voidclass_4376.method_20211(PacketByteBuf packetByteBuf, com.mojang.brigadier.tree.CommandNode<class_3965> commandNode, Map<com.mojang.brigadier.tree.CommandNode<class_3965>, Integer> map) private voidclass_4376.method_20211(PacketByteBuf packetByteBuf, com.mojang.brigadier.tree.CommandNode<class_3965> commandNode, Map<com.mojang.brigadier.tree.CommandNode<class_3965>, Integer> map) Constructor parameters in net.minecraft with type arguments of type class_3965ModifierConstructorDescriptionclass_4328(Identifier identifier, com.mojang.brigadier.suggestion.SuggestionProvider<class_3965> suggestionProvider) class_4376(com.mojang.brigadier.tree.RootCommandNode<class_3965> rootCommandNode) privateclass_4377(com.mojang.brigadier.builder.ArgumentBuilder<class_3965, ?> argumentBuilder, byte byte2, int int2, int[] int3) -
Uses of class_3965 in net.minecraft.client.gui.screen
Fields in net.minecraft.client.gui.screen with type parameters of type class_3965Modifier and TypeFieldDescriptionprivate com.mojang.brigadier.ParseResults<class_3965>ChatScreen.field_20220Method parameters in net.minecraft.client.gui.screen with type arguments of type class_3965Modifier and TypeMethodDescriptionstatic StringChatScreen.method_18536(com.mojang.brigadier.ParseResults<class_3965> parseResults, String string, int int2) -
Uses of class_3965 in net.minecraft.client.network
Fields in net.minecraft.client.network with type parameters of type class_3965Modifier and TypeFieldDescriptionprivate com.mojang.brigadier.CommandDispatcher<class_3965>ClientPlayNetworkHandler.field_20616Methods in net.minecraft.client.network that return types with arguments of type class_3965Modifier and TypeMethodDescriptioncom.mojang.brigadier.CommandDispatcher<class_3965>ClientPlayNetworkHandler.method_18963() -
Uses of class_3965 in net.minecraft.server.command
Method parameters in net.minecraft.server.command with type arguments of type class_3965Modifier and TypeMethodDescriptionprivate voidCommandManager.method_17525(com.mojang.brigadier.tree.CommandNode<class_3915> commandNode, com.mojang.brigadier.tree.CommandNode<class_3965> commandNode2, class_3915 class_3915, Map<com.mojang.brigadier.tree.CommandNode<class_3915>, com.mojang.brigadier.tree.CommandNode<class_3965>> map)