Package org.ships.commands.argument
Class ShipsArgumentCommand
java.lang.Object
org.ships.commands.argument.ShipsArgumentCommand
- All Implemented Interfaces:
org.core.command.ArgumentLauncher
,org.core.command.BaseCommandLauncher
,org.core.command.CommandLauncher
public class ShipsArgumentCommand
extends Object
implements org.core.command.ArgumentLauncher, org.core.command.CommandLauncher
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSet<org.core.command.argument.ArgumentCommand>
getName()
org.core.platform.plugin.Plugin
boolean
hasPermission
(org.core.source.command.CommandSource source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.core.command.ArgumentLauncher
run, tab
Methods inherited from interface org.core.command.BaseCommandLauncher
getAliases, getUsage
-
Field Details
-
COMMANDS
-
-
Constructor Details
-
ShipsArgumentCommand
public ShipsArgumentCommand()
-
-
Method Details
-
getCommands
- Specified by:
getCommands
in interfaceorg.core.command.ArgumentLauncher
-
getName
- Specified by:
getName
in interfaceorg.core.command.BaseCommandLauncher
-
getDescription
- Specified by:
getDescription
in interfaceorg.core.command.BaseCommandLauncher
-
hasPermission
public boolean hasPermission(org.core.source.command.CommandSource source) - Specified by:
hasPermission
in interfaceorg.core.command.BaseCommandLauncher
-
getPlugin
public org.core.platform.plugin.Plugin getPlugin()- Specified by:
getPlugin
in interfaceorg.core.command.CommandLauncher
-