Class RepeatGuardedAction
java.lang.Object
com.sk89q.worldguard.blacklist.action.RepeatGuardedAction
- All Implemented Interfaces:
Action
- Direct Known Subclasses:
LogAction,NotifyAction,TellAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply(BlacklistEvent event, boolean silent, boolean repeating, boolean forceRepeat)protected abstract ActionResultapplyNonRepeated(BlacklistEvent event, boolean silent)
-
Constructor Details
-
RepeatGuardedAction
public RepeatGuardedAction()
-
-
Method Details
-
apply
public final ActionResult apply(BlacklistEvent event, boolean silent, boolean repeating, boolean forceRepeat) -
applyNonRepeated
-