ServerMuteInfo

open class ServerMuteInfo

Player's mute information.

Constructors

Link copied to clipboard
constructor(@NotNull playerUUID: @NotNull UUID, @Nullable mutedByPlayerUUID: @Nullable UUID, mutedAtTime: Long, mutedToTime: Long, @Nullable reason: @Nullable String)
Backward-compatible constructor that leaves getSilent unspecified (null).

Properties

Link copied to clipboard
Link copied to clipboard
@Nullable
@get:Nullable
val mutedByPlayerUUID: @Nullable UUID
Link copied to clipboard
Link copied to clipboard
@NotNull
@get:NotNull
val playerUUID: @NotNull UUID
Link copied to clipboard
@Nullable
@get:Nullable
val reason: @Nullable String
Link copied to clipboard
@Nullable
@get:Nullable
val silent: @Nullable Boolean