Class StandardConnector
java.lang.Object
de.simonsator.partyandfriends.utilities.StandardConnector
- All Implemented Interfaces:
 ServerConnector
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidconnect(net.md_5.bungee.api.connection.ProxiedPlayer pPlayer, net.md_5.bungee.api.config.ServerInfo pServer) Connects a player to a spigot server 
- 
Constructor Details
- 
StandardConnector
public StandardConnector() 
 - 
 - 
Method Details
- 
connect
public void connect(net.md_5.bungee.api.connection.ProxiedPlayer pPlayer, net.md_5.bungee.api.config.ServerInfo pServer) Description copied from interface:ServerConnectorConnects a player to a spigot server- Specified by:
 connectin interfaceServerConnector- Parameters:
 pPlayer- The player who should be send to a serverpServer- The server to which the player should be connected
 
 -