Interface TabCompleteEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
TabCompleteEventImpl
public interface TabCompleteEvent extends Event
This event is fired after a tab complete response is sent by the remote server, for clients on 1.12.2 and below. You have the opportunity to modify the response sent to the remote player.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringpartialMessage()Returns the message being partially completed.Playerplayer()Returns the player requesting the tab completion.List<String>suggestions()Returns all the suggestions provided to the user, as a mutable list.
-