| Constructor and Description |
|---|
AgentCommandEventData(int agentResult,
String command,
String dataKey,
int dataValue,
String output) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getAgentResult() |
String |
getCommand() |
String |
getDataKey() |
int |
getDataValue() |
String |
getOutput() |
EventDataType |
getType() |
int |
hashCode() |
String |
toString() |
public EventDataType getType()
public int getAgentResult()
public String getCommand()
public String getDataKey()
public int getDataValue()
public String getOutput()
Copyright © 2018–2019 NukkitX. All rights reserved.