Package net.md_5.bungee.api.event
Class TabCompleteEvent
- java.lang.Object
-
- net.md_5.bungee.api.plugin.Event
-
- net.md_5.bungee.api.event.TargetedEvent
-
- net.md_5.bungee.api.event.TabCompleteEvent
-
- All Implemented Interfaces:
Cancellable
public class TabCompleteEvent extends TargetedEvent implements Cancellable
Event called when a player uses tab completion.
-
-
Constructor Summary
Constructors Constructor Description TabCompleteEvent(Connection sender, Connection receiver, String cursor, 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 Detail
-
TabCompleteEvent
public TabCompleteEvent(Connection sender, Connection receiver, String cursor, List<String> suggestions)
-
-