Uses of Class
net.md_5.bungee.api.event.TargetedEvent
-
Packages that use TargetedEvent Package Description io.github.waterfallmc.waterfall.event net.md_5.bungee.api.event -
-
Uses of TargetedEvent in io.github.waterfallmc.waterfall.event
Subclasses of TargetedEvent in io.github.waterfallmc.waterfall.event Modifier and Type Class Description classProxyDefineCommandsEventCalled when the proxy intercepts the command packet allowing for plugins to prevent commands being added to the clients which might not be wanted. -
Uses of TargetedEvent in net.md_5.bungee.api.event
Subclasses of TargetedEvent in net.md_5.bungee.api.event Modifier and Type Class Description classChatEventEvent called when a player sends a message to a server.classPluginMessageEventEvent called when a plugin message is sent to the client or server.classTabCompleteEventEvent called when a player uses tab completion.classTabCompleteResponseEventEvent called when a backend server sends a response to a player asking to tab-complete a chat message or command.
-