Class ContinuousMatcher.ContinuousMatchResult
java.lang.Object
com.samsthenerd.inline.api.matching.ContinuousMatcher.ContinuousMatchResult
- Enclosing interface:
- ContinuousMatcher
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddMatch
(int start, int end, InlineData data) addMatch
(int start, int end, InlineData data, net.minecraft.text.Style style) addMatch
(int start, int end, InlineMatch match) addMatch
(int start, int end, net.minecraft.text.Text text) List<net.minecraft.util.Pair<net.minecraft.util.Pair<Integer,
Integer>, InlineMatch>>
-
Constructor Details
-
ContinuousMatchResult
public ContinuousMatchResult()
-
-
Method Details
-
addMatch
-
addMatch
public ContinuousMatcher.ContinuousMatchResult addMatch(int start, int end, net.minecraft.text.Text text) -
addMatch
public ContinuousMatcher.ContinuousMatchResult addMatch(int start, int end, InlineData data, net.minecraft.text.Style style) -
addMatch
-
getMatches
public List<net.minecraft.util.Pair<net.minecraft.util.Pair<Integer,Integer>, getMatches()InlineMatch>>
-