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 class
ProxyDefineCommandsEvent
Called 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 class
ChatEvent
Event called when a player sends a message to a server.class
PluginMessageEvent
Event called when a plugin message is sent to the client or server.class
TabCompleteEvent
Event called when a player uses tab completion.class
TabCompleteResponseEvent
Event called when a backend server sends a response to a player asking to tab-complete a chat message or command.
-