Class SkriptParser.ParseResult

java.lang.Object
ch.njol.skript.lang.SkriptParser.ParseResult
Enclosing class:
SkriptParser

public static class SkriptParser.ParseResult extends Object
  • Field Details

    • source

      public @Nullable SkriptPattern source
    • exprs

      public Expression<?>[] exprs
    • regexes

      public List<MatchResult> regexes
    • expr

      public String expr
    • mark

      public int mark
      Defaults to 0. Any marks encountered in the pattern will be XORed with the existing value, in particular if only one mark is encountered this value will be set to that mark.
    • tags

      public List<String> tags
  • Constructor Details

  • Method Details

    • hasTag

      public boolean hasTag(String tag)