Uses of Class
net.md_5.bungee.api.plugin.Event
Packages that use Event
-
Uses of Event in net.md_5.bungee.api.event
Subclasses of Event in net.md_5.bungee.api.eventModifier and TypeClassDescriptionclassAsyncEvent<T>Represents an event which depends on the result of asynchronous operations.classEvent called when a player sends a message to a server.classEvent called to represent an initial client connection.classCalled after aProxiedPlayerruns a custom action from a chat event or form submission.classEvent called to represent a player logging in.classCalled when the permission of a CommandSender is checked.classCalled when a player has left the proxy, it is not safe to call any methods that perform an action on the passed player instance.classEvent called to represent a player first making their presence and username known.classEvent called when a plugin message is sent to the client or server.classEvent called as soon as a connection has aProxiedPlayerand is ready to be connected to a server.classEvent called to represent a player first making their presence and username known.classCalled when the proxy is queried for status from the server list.classCalled when somebody reloads BungeeCordclassNot to be confused withServerConnectEvent, this event is called once a connection to a server is fully operational, and is about to hand over control of the session to the player.classCalled when deciding to connect to a server.classCalled when the player is disconnected from a server, for example during server switching.classRepresents a player getting kicked from a server.classCalled when a player has changed servers.classCalled after aProxiedPlayerchanged one or more of the following (client-side) settings: View distance Locale Displayed skin parts Chat visibility Chat colors Main hand side (left or right)classEvent called when a player uses tab completion.classEvent called when a backend server sends a response to a player asking to tab-complete a chat message or command.classAn event which occurs in the communication between two nodes. -
Uses of Event in net.md_5.bungee.api.plugin
Methods in net.md_5.bungee.api.plugin with type parameters of type Event