Uses of Class
com.cryptomorin.xseries.XTag.Matcher
Packages that use XTag.Matcher
-
Uses of XTag.Matcher in com.cryptomorin.xseries
Subclasses of XTag.Matcher in com.cryptomorin.xseriesModifier and TypeClassDescriptionstatic final classstatic final classstatic final classXTag.Matcher.XTagMatcher<T extends XBase<?,?>> Methods in com.cryptomorin.xseries that return types with arguments of type XTag.MatcherModifier and TypeMethodDescriptionstatic <E> List<XTag.Matcher<E>> XTag.stringMatcher(@Nullable Collection<String> elements) static <E> List<XTag.Matcher<E>> XTag.stringMatcher(@Nullable Collection<String> elements, @Nullable Collection<XTag.Matcher.Error> errors) Method parameters in com.cryptomorin.xseries with type arguments of type XTag.MatcherModifier and TypeMethodDescriptionstatic <T> booleanXTag.anyMatch(T target, Collection<XTag.Matcher<T>> matchers)