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 TypeMethodDescriptionfinal ActionResult
apply
(BlacklistEvent event, boolean silent, boolean repeating, boolean forceRepeat) protected abstract ActionResult
applyNonRepeated
(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
-