Package net.minecraft.client.searchtree
Interface ResourceLocationSearchTree<T>
public interface ResourceLocationSearchTree<T>
- 
Method Summary
Modifier 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
 - 
create
static <T> ResourceLocationSearchTree<T> create(List<T> p_235213_, Function<T, Stream<ResourceLocation>> p_235214_)  - 
searchNamespace
 - 
searchPath
 
 -