Interface PlayerSelector

All Superinterfaces:
Iterable<com.velocitypowered.api.proxy.Player>

public interface PlayerSelector extends Iterable<com.velocitypowered.api.proxy.Player>
A parameter that allows player selectors such as '@a', '@p', '@s', '@r' or player names individually.

Simply iterate over the parameter value.