Constructor and Description |
---|
TabExecutionEvent(String command,
CommandSender sender,
String[] arg,
String prefix) |
Modifier and Type | Method and Description |
---|---|
String[] |
getArgument() |
String |
getCommand() |
String |
getPrefix() |
CommandSender |
getSender() |
List<String> |
getTabContent() |
void |
setTabContent(List<String> content) |
public TabExecutionEvent(String command, CommandSender sender, String[] arg, String prefix)