Uses of Interface
net.minecraft.client.searchtree.ResourceLocationSearchTree
Packages that use ResourceLocationSearchTree
-
Uses of ResourceLocationSearchTree in net.minecraft.client.searchtree
Fields in net.minecraft.client.searchtree declared as ResourceLocationSearchTreeModifier and TypeFieldDescriptionprotected final ResourceLocationSearchTree<T> IdSearchTree.resourceLocationSearchTreeMethods in net.minecraft.client.searchtree that return ResourceLocationSearchTreeModifier and TypeMethodDescriptionstatic <T> ResourceLocationSearchTree<T> ResourceLocationSearchTree.create(List<T> contents, Function<T, Stream<ResourceLocation>> idGetter) static <T> ResourceLocationSearchTree<T> ResourceLocationSearchTree.empty()