public interface MailMessage
Modifier and Type | Method and Description |
---|---|
Instant |
getDate()
The time the message was sent.
|
String |
getMessage()
The message that was sent.
|
Optional<org.spongepowered.api.entity.living.player.User> |
getSender()
The sender of the message, or
Optional.empty() if it wasn't a player. |
String getMessage()
Optional<org.spongepowered.api.entity.living.player.User> getSender()
Optional.empty()
if it wasn't a player.