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