CLASS net/minecraft/class_7455 net/minecraft/client/search/IdentifierSearcher COMMENT An interface used for searching with an identifier's path or namespace. METHOD method_43799 of ()Lnet/minecraft/class_7455; COMMENT {@return a searcher that always returns no results} METHOD method_43800 (Lnet/minecraft/class_1128;Ljava/lang/Object;Lnet/minecraft/class_1128;Lnet/minecraft/class_2960;)V ARG 3 id METHOD method_43801 searchNamespace (Ljava/lang/String;)Ljava/util/List; COMMENT {@return the results of searching from the namespaces of the ids} ARG 1 namespace METHOD method_43802 of (Ljava/util/List;Ljava/util/function/Function;)Lnet/minecraft/class_7455; COMMENT {@return a searcher that searches from {@code values}} ARG 0 values ARG 1 identifiersGetter COMMENT a function that, when given a value from {@code values}, returns a COMMENT stream of identifiers associated with the value METHOD method_43803 searchPath (Ljava/lang/String;)Ljava/util/List; COMMENT {@return the results of searching from the paths of the ids} ARG 1 path