Package ch.njol.skript.patterns
Class GroupPatternElement
java.lang.Object
ch.njol.skript.patterns.PatternElement
ch.njol.skript.patterns.GroupPatternElement
A
PatternElement
that represents a group, for example (test)
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable MatchResult
match(String expr, MatchResult matchResult)
toString()
Methods inherited from class ch.njol.skript.patterns.PatternElement
matchNext, toFullString
-
Constructor Details
-
GroupPatternElement
-
-
Method Details
-
getPatternElement
-
match
- Specified by:
match
in classPatternElement
-
toString
- Specified by:
toString
in classPatternElement
-