notMatchFilters

open fun <P : VoicePlayer?> notMatchFilters(@NotNull player: @NotNull P): Boolean

Checks if a player does not match any of the filters associated with this source.

Return

true if the player does not match any filter, false otherwise.

Parameters

player

The player to check.

See also