Class TransferCommand
java.lang.Object
net.minecraft.server.commands.TransferCommand
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(CommandDispatcher<CommandSourceStack> dispatcher) private static inttransfer(CommandSourceStack source, String hostname, int port, Collection<ServerPlayer> players)
-
Field Details
-
ERROR_NO_PLAYERS
-
-
Constructor Details
-
TransferCommand
public TransferCommand()
-
-
Method Details
-
register
-
transfer
private static int transfer(CommandSourceStack source, String hostname, int port, Collection<ServerPlayer> players) throws CommandSyntaxException - Throws:
CommandSyntaxException
-