@MightOccurAsync public interface NucleusMessageEvent extends org.spongepowered.api.event.Event, org.spongepowered.api.event.Cancellable
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
The message that was sent.
|
org.spongepowered.api.command.CommandSource |
getRecipient()
The recipient.
|
org.spongepowered.api.command.CommandSource |
getSender()
The sender.
|
org.spongepowered.api.command.CommandSource getSender()
CommandSource that sent the message.org.spongepowered.api.command.CommandSource getRecipient()
CommandSource that receives the message.String getMessage()