Interface IRegionFilter
-
- All Implemented Interfaces:
public interface IRegionFilter
-
-
Method Summary
Modifier and Type Method Description abstract RegionFilterVerdict
isRegionAllowed(LavalinkNode node, VoiceRegion region)
Whether this node may currently be used for this region -
-
Method Detail
-
isRegionAllowed
abstract RegionFilterVerdict isRegionAllowed(LavalinkNode node, VoiceRegion region)
Whether this node may currently be used for this region
-
-
-
-