Class Jump
java.lang.Object
de.simonsator.partyandfriends.utilities.SubCommand
de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
de.simonsator.partyandfriends.friends.subcommands.Jump
- All Implemented Interfaces:
 Comparable<SubCommand>
The command jump
- 
Field Summary
Fields inherited from class de.simonsator.partyandfriends.utilities.SubCommand
HELP, PREFIX - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidcheckForSameServer(net.md_5.bungee.api.config.ServerInfo pServer) voiddoNotCheckForSameServer(net.md_5.bungee.api.config.ServerInfo pServer) voidonCommand(OnlinePAFPlayer pPlayer, String[] args) static voidsetServerConnector(ServerConnector pConnector) Deprecated.Methods inherited from class de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
isAFriendOf, isAFriendOf, isPlayerGiven, sendErrorMethods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendErrorMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Comparable
compareTo 
- 
Constructor Details
- 
Jump
 
 - 
 - 
Method Details
- 
setServerConnector
Deprecated.Sets the server connector, which will be used to join a server. Please use insteadlabel- Parameters:
 pConnector- The connector
 - 
onCommand
- Specified by:
 onCommandin classSubCommand
 - 
checkForSameServer
public void checkForSameServer(net.md_5.bungee.api.config.ServerInfo pServer)  - 
doNotCheckForSameServer
public void doNotCheckForSameServer(net.md_5.bungee.api.config.ServerInfo pServer)  
 -