Class TeleportCommand
java.lang.Object
net.md_5.bungee.api.plugin.Command
de.themoep.bungeeplugin.PluginCommand<BungeeConnectorPlugin>
de.themoep.connectorplugin.bungee.commands.SubCommand
de.themoep.connectorplugin.bungee.commands.TeleportCommand
- All Implemented Interfaces:
net.md_5.bungee.api.plugin.TabExecutor
-
Field Summary
Fields inherited from class de.themoep.bungeeplugin.PluginCommand
plugin
-
Constructor Summary
-
Method Summary
Methods inherited from class de.themoep.connectorplugin.bungee.commands.SubCommand
getSubCommand, getSubCommands, registerSubCommand
Methods inherited from class de.themoep.bungeeplugin.PluginCommand
execute, getAliases, getCommandPermission, getDescription, getPermission, getPermissionMessage, getPlugin, getUsage, hasCommandPermission, hasPermission, onPermissionDenied
Methods inherited from class net.md_5.bungee.api.plugin.Command
canEqual, equals, getName, hashCode, toString
-
Constructor Details
-
TeleportCommand
-
-
Method Details
-
run
- Overrides:
run
in classSubCommand
-
onTabComplete
- Specified by:
onTabComplete
in interfacenet.md_5.bungee.api.plugin.TabExecutor
- Overrides:
onTabComplete
in classSubCommand
-