Uses of Class
net.md_5.bungee.api.event.AsyncEvent
-
Packages that use AsyncEvent Package Description io.github.waterfallmc.waterfall.event net.md_5.bungee.api.event -
-
Uses of AsyncEvent in io.github.waterfallmc.waterfall.event
Subclasses of AsyncEvent in io.github.waterfallmc.waterfall.event Modifier and Type Class Description class
ConnectionInitEvent
Represents a brand new connection made to the proxy, allowing for plugins to efficiently close a connection, useful for connection throttlers, etc -
Uses of AsyncEvent in net.md_5.bungee.api.event
Subclasses of AsyncEvent in net.md_5.bungee.api.event Modifier and Type Class Description class
LoginEvent
Event called to represent a player logging in.class
PreLoginEvent
Event called to represent a player first making their presence and username known.class
ProxyPingEvent
Called when the proxy is queried for status from the server list.
-