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.eventSubclasses of AsyncEvent in io.github.waterfallmc.waterfall.event Modifier and Type Class Description classConnectionInitEventRepresents 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.eventSubclasses of AsyncEvent in net.md_5.bungee.api.event Modifier and Type Class Description classLoginEventEvent called to represent a player logging in.classPostLoginEventEvent called as soon as a connection has aProxiedPlayerand is ready to be connected to a server.classPreLoginEventEvent called to represent a player first making their presence and username known.classProxyPingEventCalled when the proxy is queried for status from the server list.
 
-