Uses of Class
net.minecraft.client.searchtree.SearchRegistry.Key
Packages that use SearchRegistry.Key
Package
Description
-
Uses of SearchRegistry.Key in net.minecraft.client
Methods in net.minecraft.client with parameters of type SearchRegistry.KeyModifier and TypeMethodDescription<T> SearchTree<T> Minecraft.getSearchTree(SearchRegistry.Key<T> p_231373_) <T> voidMinecraft.populateSearchTree(SearchRegistry.Key<T> p_231375_, List<T> p_231376_) -
Uses of SearchRegistry.Key in net.minecraft.client.searchtree
Fields in net.minecraft.client.searchtree declared as SearchRegistry.KeyModifier and TypeFieldDescriptionstatic final SearchRegistry.Key<ItemStack> SearchRegistry.CREATIVE_NAMESstatic final SearchRegistry.Key<ItemStack> SearchRegistry.CREATIVE_TAGSstatic final SearchRegistry.Key<RecipeCollection> SearchRegistry.RECIPE_COLLECTIONSFields in net.minecraft.client.searchtree with type parameters of type SearchRegistry.KeyModifier and TypeFieldDescriptionprivate final Map<SearchRegistry.Key<?>, SearchRegistry.TreeEntry<?>> SearchRegistry.searchTreesMethods in net.minecraft.client.searchtree with parameters of type SearchRegistry.KeyModifier and TypeMethodDescriptionprivate <T> SearchRegistry.TreeEntry<T> SearchRegistry.getSupplier(SearchRegistry.Key<T> p_235239_) <T> SearchTree<T> SearchRegistry.getTree(SearchRegistry.Key<T> p_235231_) <T> voidSearchRegistry.populate(SearchRegistry.Key<T> p_235236_, List<T> p_235237_) <T> voidSearchRegistry.register(SearchRegistry.Key<T> p_235233_, SearchRegistry.TreeBuilderSupplier<T> p_235234_) -
Uses of SearchRegistry.Key in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type SearchRegistry.KeyModifier and TypeFieldDescriptionprivate static final Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.NAME_SEARCH_KEYSprivate static final Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.TAG_SEARCH_KEYSMethods in net.neoforged.neoforge.client that return SearchRegistry.KeyModifier and TypeMethodDescriptionstatic SearchRegistry.Key<ItemStack> CreativeModeTabSearchRegistry.getNameSearchKey(CreativeModeTab tab) static SearchRegistry.Key<ItemStack> CreativeModeTabSearchRegistry.getTagSearchKey(CreativeModeTab tab) Methods in net.neoforged.neoforge.client that return types with arguments of type SearchRegistry.KeyModifier and TypeMethodDescriptionstatic Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.getNameSearchKeys()static Map<CreativeModeTab, SearchRegistry.Key<ItemStack>> CreativeModeTabSearchRegistry.getTagSearchKeys()