Package ch.njol.skript.patterns
Class ParseTagPatternElement
java.lang.Object
ch.njol.skript.patterns.PatternElement
ch.njol.skript.patterns.ParseTagPatternElement
A
PatternElement that applies a parse mark when matched.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCombinations(boolean clean) Gets the combinations available to thisPatternElement.@Nullable MatchResultmatch(String expr, MatchResult matchResult) toString()Methods inherited from class ch.njol.skript.patterns.PatternElement
getAllCombinations, matchNext, toFullString
-
Constructor Details
-
ParseTagPatternElement
public ParseTagPatternElement(int mark) -
ParseTagPatternElement
-
-
Method Details
-
match
- Specified by:
matchin classPatternElement
-
toString
- Specified by:
toStringin classPatternElement
-
getCombinations
Gets the combinations available to thisPatternElement.- Specified by:
getCombinationsin classPatternElement- Parameters:
clean- Whether the parse mark/tag should be excluded.- Returns:
- The combinations.
-