Package net.minecraft.client.searchtree
Interface ResourceLocationSearchTree<T>
public interface ResourceLocationSearchTree<T>
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> ResourceLocationSearchTree<T> create(List<T> pContents, Function<T, Stream<ResourceLocation>> pIdGetter) static <T> ResourceLocationSearchTree<T> empty()searchNamespace(String pQuery) searchPath(String pQuery)
-
Method Details
-
empty
-
create
static <T> ResourceLocationSearchTree<T> create(List<T> pContents, Function<T, Stream<ResourceLocation>> pIdGetter) -
searchNamespace
-
searchPath
-