| Package | Description |
|---|---|
| me.croabeast.beanslib.builder |
| Modifier and Type | Method and Description |
|---|---|
static ClickAction |
ClickAction.fromString(String name)
Returns the ClickAction that corresponds to the specified name, or
SUGGEST_CMD
if the name is blank or not recognized. |
static ClickAction |
ClickAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickAction[] |
ClickAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ChatMessageBuilder |
ChatMessageBuilder.setClick(ClickAction type,
String action) |
ChatMessageBuilder |
ChatMessageBuilder.setClickToAll(ClickAction type,
String action) |
Copyright © 2023. All rights reserved.