| Package | Description |
|---|---|
| com.sk89q.worldedit.util.eventbus |
| Modifier and Type | Method and Description |
|---|---|
EventHandler.Priority |
EventHandler.getPriority()
Get the priority.
|
static EventHandler.Priority |
EventHandler.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventHandler.Priority[] |
EventHandler.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
EventHandler(EventHandler.Priority priority)
Create a new event handler.
|
MethodEventHandler(EventHandler.Priority priority,
Object object,
Method method)
Create a new event handler.
|
Copyright © 2010-2014. All Rights Reserved.