public class CommandSuggestionEvent extends Event
| Constructor and Description |
|---|
CommandSuggestionEvent(Actor actor,
String arguments)
Create a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
Actor |
getActor()
Get the actor that issued the command.
|
String |
getArguments()
Get the arguments.
|
List<String> |
getSuggestions()
Get the list of suggestions that are to be presented.
|
void |
setSuggestions(List<String> suggestions)
Set the list of suggestions that are to be presented.
|
public Actor getActor()
public String getArguments()
public List<String> getSuggestions()
Copyright © 2010-2014. All Rights Reserved.