public class TabCompleteEvent extends Object
| Constructor and Description |
|---|
TabCompleteEvent(Player player,
String partialMessage,
List<String> suggestions)
Constructs a new TabCompleteEvent instance.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getPartialMessage()
Returns the message being partially completed.
|
Player |
getPlayer()
Returns the player requesting the tab completion.
|
List<String> |
getSuggestions()
Returns all the suggestions provided to the user, as a mutable list.
|
String |
toString() |
public Player getPlayer()
public String getPartialMessage()
public List<String> getSuggestions()