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