| Constructor and Description |
|---|
SlashCommandExecutedEventData(String commandName,
int successCount,
List<String> outputMessages) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCommandName() |
List<String> |
getOutputMessages() |
int |
getSuccessCount() |
EventDataType |
getType() |
int |
hashCode() |
String |
toString() |
public EventDataType getType()
public String getCommandName()
public int getSuccessCount()
Copyright © 2018–2019 NukkitX. All rights reserved.