| Package | Description |
|---|---|
| io.github.waterfallmc.waterfall.exception | |
| net.md_5.bungee.api.plugin |
| Modifier and Type | Method and Description |
|---|---|
Listener |
ProxyEventException.getListener()
Gets the listener which threw the exception
|
| Constructor and Description |
|---|
ProxyEventException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace,
Listener listener,
Event event) |
ProxyEventException(String message,
Throwable cause,
Listener listener,
Event event) |
ProxyEventException(Throwable cause,
Listener listener,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
PluginManager.registerListener(Plugin plugin,
Listener listener)
Register a
Listener for receiving called events. |
void |
PluginManager.unregisterListener(Listener listener)
Unregister a
Listener so that the events do not reach it anymore. |
Copyright © 2015–2021 WaterfallMC. All rights reserved.