Uses of Interface
net.minecraft.client.util.IMutableSearchTree
-
Packages that use IMutableSearchTree Package Description net.minecraft.client net.minecraft.client.util -
-
Uses of IMutableSearchTree in net.minecraft.client
Methods in net.minecraft.client that return IMutableSearchTree Modifier and Type Method Description <T> IMutableSearchTree<T>Minecraft. getSearchTree(SearchTreeManager.Key<T> p_213253_1_) -
Uses of IMutableSearchTree in net.minecraft.client.util
Classes in net.minecraft.client.util that implement IMutableSearchTree Modifier and Type Class Description classSearchTree<T>classSearchTreeReloadable<T>Fields in net.minecraft.client.util with type parameters of type IMutableSearchTree Modifier and Type Field Description private java.util.Map<SearchTreeManager.Key<?>,IMutableSearchTree<?>>SearchTreeManager. searchTreesMethods in net.minecraft.client.util that return IMutableSearchTree Modifier and Type Method Description <T> IMutableSearchTree<T>SearchTreeManager. getTree(SearchTreeManager.Key<T> p_215358_1_)Methods in net.minecraft.client.util with parameters of type IMutableSearchTree Modifier and Type Method Description <T> voidSearchTreeManager. register(SearchTreeManager.Key<T> p_215357_1_, IMutableSearchTree<T> p_215357_2_)
-