public interface Note
| Modifier and Type | Method and Description |
|---|---|
Instant |
getDate()
The
Instant the note was placed. |
String |
getNote()
The contents of the note.
|
Optional<UUID> |
getNoter()
The
UUID of the player who added the note, or Optional.empty() if this was the console. |
String getNote()
Optional<UUID> getNoter()
UUID of the player who added the note, or Optional.empty() if this was the console.