| Package | Description |
|---|---|
| org.cloudburstmc.server.event | |
| org.cloudburstmc.server.plugin |
| Modifier and Type | Method and Description |
|---|---|
static EventPriority |
EventPriority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventPriority[] |
EventPriority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EventPriority |
RegisteredListener.getPriority() |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginManager.registerEvent(Class<? extends Event> event,
Listener listener,
EventPriority priority,
EventExecutor executor,
Plugin plugin) |
void |
PluginManager.registerEvent(Class<? extends Event> event,
Listener listener,
EventPriority priority,
EventExecutor executor,
Plugin plugin,
boolean ignoreCancelled) |
| Constructor and Description |
|---|
RegisteredListener(Listener listener,
EventExecutor executor,
EventPriority priority,
Plugin plugin,
boolean ignoreCancelled,
Timing timing) |
Copyright © 2020. All rights reserved.