Package net.minecraft.client.searchtree
Interface ResourceLocationSearchTree<T>
public interface ResourceLocationSearchTree<T>
- 
Method SummaryModifier and TypeMethodDescriptionstatic <T> ResourceLocationSearchTree<T>create(List<T> p_235213_, Function<T, Stream<ResourceLocation>> p_235214_) static <T> ResourceLocationSearchTree<T>empty()searchNamespace(String p_235211_) searchPath(String p_235215_) 
- 
Method Details- 
empty
- 
createstatic <T> ResourceLocationSearchTree<T> create(List<T> p_235213_, Function<T, Stream<ResourceLocation>> p_235214_) 
- 
searchNamespace
- 
searchPath
 
-