getMute

abstract fun getMute(@NotNull playerId: @NotNull UUID): Optional<ServerMuteInfo>

Gets the mute information for a player.

Return

An Optional containing ServerMuteInfo if the player is muted, or empty otherwise.

Parameters

playerId

The UUID of the player.