Package sawfowl.regionguard.api.data
Interface FlagSettings
public interface FlagSettings
-
Method Summary
Modifier and TypeMethodDescriptionValid 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
Valid event initiators.
Used in the `/rg flag' command. -
getTargets
Allowable event targets.
Used in the `/rg flag' command.
-