Uses of Interface
net.minecraft.client.searchtree.MutableSearchTree
Packages that use MutableSearchTree
-
Uses of MutableSearchTree in net.minecraft.client
Methods in net.minecraft.client that return MutableSearchTreeModifier and TypeMethodDescription<T> MutableSearchTree<T>
Minecraft.getSearchTree(SearchRegistry.Key<T> p_91172_)
-
Uses of MutableSearchTree in net.minecraft.client.searchtree
Classes in net.minecraft.client.searchtree that implement MutableSearchTreeFields in net.minecraft.client.searchtree with type parameters of type MutableSearchTreeModifier and TypeFieldDescriptionprivate Map<SearchRegistry.Key<?>,MutableSearchTree<?>>
SearchRegistry.searchTrees
Methods in net.minecraft.client.searchtree that return MutableSearchTreeModifier and TypeMethodDescription<T> MutableSearchTree<T>
SearchRegistry.getTree(SearchRegistry.Key<T> p_119950_)
Methods in net.minecraft.client.searchtree with parameters of type MutableSearchTreeModifier and TypeMethodDescription<T> void
SearchRegistry.register(SearchRegistry.Key<T> p_119952_, MutableSearchTree<T> p_119953_)