Class TeleportCommand
java.lang.Object
de.themoep.connectorplugin.velocity.commands.SubCommand
de.themoep.connectorplugin.velocity.commands.TeleportCommand
- All Implemented Interfaces:
com.velocitypowered.api.command.Command
,com.velocitypowered.api.command.CommandMeta
,com.velocitypowered.api.command.InvocableCommand<com.velocitypowered.api.command.SimpleCommand.Invocation>
,com.velocitypowered.api.command.SimpleCommand
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.velocitypowered.api.command.CommandMeta
com.velocitypowered.api.command.CommandMeta.Builder
Nested classes/interfaces inherited from interface com.velocitypowered.api.command.SimpleCommand
com.velocitypowered.api.command.SimpleCommand.Invocation
-
Field Summary
Fields inherited from class de.themoep.connectorplugin.velocity.commands.SubCommand
plugin
-
Constructor Summary
-
Method Summary
Methods inherited from class de.themoep.connectorplugin.velocity.commands.SubCommand
execute, getAliases, getHints, getName, getPermission, getPlugin, getSubCommand, getSubCommands, getUsage, hasPermission, hasPermission, registerSubCommand, suggest
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.velocitypowered.api.command.InvocableCommand
suggestAsync
-
Constructor Details
-
TeleportCommand
-
-
Method Details
-
run
public boolean run(com.velocitypowered.api.command.CommandSource sender, String alias, String[] args) - Overrides:
run
in classSubCommand
-
onTabComplete
public List<String> onTabComplete(com.velocitypowered.api.command.CommandSource sender, String[] args) - Overrides:
onTabComplete
in classSubCommand
-