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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkForSameServer
(net.md_5.bungee.api.config.ServerInfo pServer) void
doNotCheckForSameServer
(net.md_5.bungee.api.config.ServerInfo pServer) void
onCommand
(OnlinePAFPlayer pPlayer, String[] args) static void
setServerConnector
(ServerConnector pConnector) Deprecated.Methods inherited from class de.simonsator.partyandfriends.api.friends.abstractcommands.FriendSubCommand
isAFriendOf, isAFriendOf, isPlayerGiven, sendError
Methods inherited from class de.simonsator.partyandfriends.utilities.SubCommand
compareTo, getCommandName, getCommandNames, hasPermission, isApplicable, isApplicable, printOutHelp, sendError
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
onCommand
in 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)
-