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