Interface BungeePlayer

All Superinterfaces:
GenericPlayer

public interface BungeePlayer extends GenericPlayer

GenericPlayer instance for the BungeeCord proxy implementation of AdvancedServerList.

To get an instance of this class from a GenericPlayer instance, simply cast it to a BungeePlayer (Granted that the GenericPlayer instance actually is a BungeePlayer instance).

Casting to this interface is currently pointless as it does not contain any specific methods that aren't part of the GenericPlayer interface it extends.
It only exists for consistency and in case future methods get added to it. It may be useful for identification of the platform tho, as the BungeeCord version of AdvancedServerList creates a new version of it for use.