Uses of Interface
net.minecraft.client.searchtree.SearchTree
Packages that use SearchTree
Package
Description
-
Uses of SearchTree in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer with type parameters of type SearchTreeModifier and TypeFieldDescriptionprivate CompletableFuture<SearchTree<ItemStack>> SessionSearchTrees.creativeByNameSearchprivate CompletableFuture<SearchTree<ItemStack>> SessionSearchTrees.creativeByTagSearchprivate CompletableFuture<SearchTree<RecipeCollection>> SessionSearchTrees.recipeSearchMethods in net.minecraft.client.multiplayer that return SearchTreeModifier and TypeMethodDescriptionSessionSearchTrees.creativeNameSearch()SessionSearchTrees.creativeNameSearch(SessionSearchTrees.Key key) SessionSearchTrees.creativeTagSearch()SessionSearchTrees.creativeTagSearch(SessionSearchTrees.Key key) SessionSearchTrees.recipes() -
Uses of SearchTree in net.minecraft.client.searchtree
Classes in net.minecraft.client.searchtree that implement SearchTreeFields in net.minecraft.client.searchtree declared as SearchTreeModifier and TypeFieldDescriptionprivate final SearchTree<T> FullTextSearchTree.plainTextSearchTreeMethods in net.minecraft.client.searchtree that return SearchTreeModifier and TypeMethodDescriptionstatic <T> SearchTree<T> SearchTree.empty()static <T> SearchTree<T> -
Uses of SearchTree in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type SearchTreeModifier and TypeFieldDescriptionprivate static final CompletableFuture<SearchTree<ItemStack>> CreativeModeTabSearchRegistry.DEFAULT_SEARCHprivate static final Map<SessionSearchTrees.Key, CompletableFuture<SearchTree<ItemStack>>> CreativeModeTabSearchRegistry.NAME_SEARCH_TREESprivate static final Map<SessionSearchTrees.Key, CompletableFuture<SearchTree<ItemStack>>> CreativeModeTabSearchRegistry.TAG_SEARCH_TREESMethods in net.neoforged.neoforge.client that return types with arguments of type SearchTreeModifier and TypeMethodDescriptionstatic CompletableFuture<SearchTree<ItemStack>> CreativeModeTabSearchRegistry.getNameSearchTree(SessionSearchTrees.Key key) static CompletableFuture<SearchTree<ItemStack>> CreativeModeTabSearchRegistry.getTagSearchTree(SessionSearchTrees.Key key) Method parameters in net.neoforged.neoforge.client with type arguments of type SearchTreeModifier and TypeMethodDescriptionstatic voidCreativeModeTabSearchRegistry.putNameSearchTree(SessionSearchTrees.Key key, CompletableFuture<SearchTree<ItemStack>> future) static voidCreativeModeTabSearchRegistry.putTagSearchTree(SessionSearchTrees.Key key, CompletableFuture<SearchTree<ItemStack>> future)