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 void
match
(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:InlineMatcher
Matches some input text. SeeMatchContext
for more information on how to add the matches.- Specified by:
match
in interfaceInlineMatcher
-