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
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable MatchResultmatch(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:
matchin classPatternElement
-
toString
- Specified by:
toStringin classPatternElement
-