public interface Mute extends TimedEntry
Modifier and Type | Method and Description |
---|---|
java.util.Optional<java.time.Instant> |
getCreationInstant()
Gets the
Instant this player was muted, if this information was recorded. |
java.util.Optional<java.util.UUID> |
getMuter()
The
UUID of the muter, or Optional.empty() if the muter was not a player. |
java.lang.String |
getReason()
The reason for the mute.
|
expired, getRemainingTime, isCurrentlyTicking
java.lang.String getReason()
java.util.Optional<java.util.UUID> getMuter()
UUID
of the muter, or Optional.empty()
if the muter was not a player.UUID
of the muter, if applicable.java.util.Optional<java.time.Instant> getCreationInstant()
Instant
this player was muted, if this information was recorded.