public class ClickEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ClickEvent.Action |
| Modifier and Type | Field and Description |
|---|---|
private ClickEvent.Action |
action |
private String |
value |
| Constructor and Description |
|---|
ClickEvent(ClickEvent.Action action,
String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
ClickEvent.Action |
getAction() |
String |
getValue() |
int |
hashCode() |
String |
toString() |
private final ClickEvent.Action action
private final String value
public ClickEvent(ClickEvent.Action action, String value)
public ClickEvent.Action getAction()
public String getValue()