Interface FlagSettings


public interface FlagSettings
  • Method Summary

    Modifier and Type
    Method
    Description
    Valid event initiators.
    Used in the `/rg flag' command.
    Allowable event targets.
    Used in the `/rg flag' command.
    boolean
    Determines whether the flag provides the event's cause and target arguments to `/rg flag` command.
    If false, the arguments will not be available.
  • Method Details

    • isAllowArgs

      boolean isAllowArgs()
      Determines whether the flag provides the event's cause and target arguments to `/rg flag` command.
      If false, the arguments will not be available.
    • getSources

      Stream<String> getSources()
      Valid event initiators.
      Used in the `/rg flag' command.
    • getTargets

      Stream<String> getTargets()
      Allowable event targets.
      Used in the `/rg flag' command.