Uses of Class
net.minecraft.client.multiplayer.SessionSearchTrees.Key
Packages that use SessionSearchTrees.Key
-
Uses of SessionSearchTrees.Key in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as SessionSearchTrees.KeyModifier and TypeFieldDescriptionstatic final SessionSearchTrees.KeySessionSearchTrees.CREATIVE_NAMESstatic final SessionSearchTrees.KeySessionSearchTrees.CREATIVE_TAGSprivate static final SessionSearchTrees.KeySessionSearchTrees.RECIPE_COLLECTIONSFields in net.minecraft.client.multiplayer with type parameters of type SessionSearchTrees.KeyModifier and TypeFieldDescriptionprivate final Map<SessionSearchTrees.Key, Runnable> SessionSearchTrees.reloadersMethods in net.minecraft.client.multiplayer with parameters of type SessionSearchTrees.KeyModifier and TypeMethodDescriptionSessionSearchTrees.creativeNameSearch(SessionSearchTrees.Key key) SessionSearchTrees.creativeTagSearch(SessionSearchTrees.Key key) private voidSessionSearchTrees.register(SessionSearchTrees.Key p_345458_, Runnable p_346175_) voidSessionSearchTrees.updateCreativeTags(List<ItemStack> p_346121_, SessionSearchTrees.Key key) voidSessionSearchTrees.updateCreativeTooltips(HolderLookup.Provider p_345391_, List<ItemStack> p_346357_, SessionSearchTrees.Key key) -
Uses of SessionSearchTrees.Key in net.neoforged.neoforge.client
Fields in net.neoforged.neoforge.client with type parameters of type SessionSearchTrees.KeyModifier and TypeFieldDescriptionprivate static final Map<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.NAME_SEARCH_KEYSprivate static final Map<SessionSearchTrees.Key, CompletableFuture<SearchTree<ItemStack>>> CreativeModeTabSearchRegistry.NAME_SEARCH_TREESprivate static final Map<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.TAG_SEARCH_KEYSprivate static final Map<SessionSearchTrees.Key, CompletableFuture<SearchTree<ItemStack>>> CreativeModeTabSearchRegistry.TAG_SEARCH_TREESMethods in net.neoforged.neoforge.client that return SessionSearchTrees.KeyModifier and TypeMethodDescriptionstatic SessionSearchTrees.KeyCreativeModeTabSearchRegistry.getNameSearchKey(CreativeModeTab tab) static SessionSearchTrees.KeyCreativeModeTabSearchRegistry.getTagSearchKey(CreativeModeTab tab) Methods in net.neoforged.neoforge.client that return types with arguments of type SessionSearchTrees.KeyModifier and TypeMethodDescriptionstatic Map<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.getNameSearchKeys()static Map<CreativeModeTab, SessionSearchTrees.Key> CreativeModeTabSearchRegistry.getTagSearchKeys()Methods in net.neoforged.neoforge.client with parameters of type SessionSearchTrees.KeyModifier and TypeMethodDescriptionstatic CompletableFuture<SearchTree<ItemStack>> CreativeModeTabSearchRegistry.getNameSearchTree(SessionSearchTrees.Key key) static CompletableFuture<SearchTree<ItemStack>> CreativeModeTabSearchRegistry.getTagSearchTree(SessionSearchTrees.Key key) static voidCreativeModeTabSearchRegistry.putNameSearchTree(SessionSearchTrees.Key key, CompletableFuture<SearchTree<ItemStack>> future) static voidCreativeModeTabSearchRegistry.putTagSearchTree(SessionSearchTrees.Key key, CompletableFuture<SearchTree<ItemStack>> future)