| Constructor and Description |
|---|
MessageAction(String message)
Instantiates a new MessageAction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(Interaction interaction,
org.bukkit.entity.Player player,
boolean primaryTrigger)
Executes the action for the given player in the given interaction.
|
public MessageAction(String message)
message - the message (may contain color-codes)public void execute(Interaction interaction, org.bukkit.entity.Player player, boolean primaryTrigger)
ActionCopyright © 2021. All rights reserved.