Uses of Interface
net.md_5.bungee.api.plugin.Listener
-
Packages that use Listener Package Description io.github.waterfallmc.waterfall.exception net.md_5.bungee.api.plugin -
-
Uses of Listener in io.github.waterfallmc.waterfall.exception
Methods in io.github.waterfallmc.waterfall.exception that return Listener Modifier and Type Method Description ListenerProxyEventException. getListener()Gets the listener which threw the exceptionConstructors in io.github.waterfallmc.waterfall.exception with parameters of type Listener Constructor 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) -
Uses of Listener in net.md_5.bungee.api.plugin
Methods in net.md_5.bungee.api.plugin with parameters of type Listener Modifier and Type Method Description voidPluginManager. registerListener(Plugin plugin, Listener listener)Register aListenerfor receiving called events.voidPluginManager. unregisterListener(Listener listener)Unregister aListenerso that the events do not reach it anymore.
-