| Package | Description |
|---|---|
| com.sk89q.worldguard.blacklist.event |
| Modifier and Type | Method and Description |
|---|---|
EventType |
ItemAcquireBlacklistEvent.getEventType() |
EventType |
BlockBreakBlacklistEvent.getEventType() |
EventType |
BlockDispenseBlacklistEvent.getEventType() |
EventType |
ItemUseBlacklistEvent.getEventType() |
EventType |
ItemDestroyWithBlacklistEvent.getEventType() |
EventType |
BlockPlaceBlacklistEvent.getEventType() |
EventType |
ItemDropBlacklistEvent.getEventType() |
EventType |
BlockInteractBlacklistEvent.getEventType() |
EventType |
BlacklistEvent.getEventType()
Get the event type.
|
static EventType |
EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventType[] |
EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2015. All Rights Reserved.