Package net.md_5.bungee.api.event
Class TabCompleteResponseEvent
java.lang.Object
net.md_5.bungee.api.plugin.Event
net.md_5.bungee.api.event.TargetedEvent
net.md_5.bungee.api.event.TabCompleteResponseEvent
- All Implemented Interfaces:
Cancellable
Event called when a backend server sends a response to a player asking to
tab-complete a chat message or command. Note that this is not called when
BungeeCord or a plugin responds to a tab-complete request. Use
TabCompleteEvent
for that.-
Constructor Summary
ConstructorDescriptionTabCompleteResponseEvent
(Connection sender, Connection receiver, List<String> suggestions) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.md_5.bungee.api.plugin.Cancellable
isCancelled, setCancelled
-
Constructor Details
-
TabCompleteResponseEvent
-