Interface ContinuousMatcher
- All Superinterfaces:
InlineMatcher
- All Known Subinterfaces:
RegexMatcher
- All Known Implementing Classes:
RegexMatcher.ChatStandard,RegexMatcher.Simple,RegexMatcher.Standard
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptiondefault voidmatch(MatchContext matchContext) Matches some input text.match(String input, MatchContext matchContext) Methods inherited from interface com.samsthenerd.inline.api.matching.InlineMatcher
getId, getInfo
-
Method Details
-
match
-
match
Description copied from interface:InlineMatcherMatches some input text. SeeMatchContextfor more information on how to add the matches.- Specified by:
matchin interfaceInlineMatcher- Parameters:
matchContext-
-