| Package | Description |
|---|---|
| com.sk89q.worldguard.blacklist.action |
| Modifier and Type | Method and Description |
|---|---|
ActionResult |
DenyAction.apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
ActionResult |
RepeatGuardedAction.apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
ActionResult |
Action.apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
ActionResult |
KickAction.apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
ActionResult |
AllowAction.apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
ActionResult |
BanAction.apply(BlacklistEvent event,
boolean silent,
boolean repeating,
boolean forceRepeat) |
protected ActionResult |
LogAction.applyNonRepeated(BlacklistEvent event,
boolean silent) |
protected abstract ActionResult |
RepeatGuardedAction.applyNonRepeated(BlacklistEvent event,
boolean silent) |
protected ActionResult |
TellAction.applyNonRepeated(BlacklistEvent event,
boolean silent) |
protected ActionResult |
NotifyAction.applyNonRepeated(BlacklistEvent event,
boolean silent) |
static ActionResult |
ActionResult.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionResult[] |
ActionResult.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.