| Package | Description |
|---|---|
| com.sk89q.worldguard.blacklist | |
| com.sk89q.worldguard.blacklist.action | |
| com.sk89q.worldguard.blacklist.event | |
| com.sk89q.worldguard.blacklist.logger |
| Modifier and Type | Method and Description |
|---|---|
BlacklistEvent |
Blacklist.getLastEvent()
Get the last event.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Blacklist.check(BlacklistEvent event,
boolean forceRepeat,
boolean silent)
Method to handle the event.
|
boolean |
BlacklistEntry.check(boolean useAsWhitelist,
BlacklistEvent event,
boolean forceRepeat,
boolean silent)
Method to handle the event.
|
void |
BlacklistLoggerHandler.logEvent(BlacklistEvent event,
String comment)
Log an event.
|
void |
Blacklist.notify(BlacklistEvent event,
String comment)
Notify administrators.
|
| Modifier and Type | Method and Description |
|---|---|
List<Action> |
BlacklistEntry.getActions(Class<? extends BlacklistEvent> eventCls)
Get the associated actions with an event.
|
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
BlockBreakBlacklistEvent |
class |
BlockDispenseBlacklistEvent |
class |
BlockInteractBlacklistEvent |
class |
BlockPlaceBlacklistEvent |
class |
ItemAcquireBlacklistEvent |
class |
ItemDestroyWithBlacklistEvent |
class |
ItemDropBlacklistEvent |
class |
ItemUseBlacklistEvent |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends BlacklistEvent> |
EventType.getEventClass() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileHandler.logEvent(BlacklistEvent event,
String comment) |
void |
DatabaseHandler.logEvent(BlacklistEvent event,
String comment) |
void |
LoggerHandler.logEvent(BlacklistEvent event,
String comment)
Log an event.
|
void |
ConsoleHandler.logEvent(BlacklistEvent event,
String comment) |
Copyright © 2015. All Rights Reserved.