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.PluginbooleanhasPermission(org.core.source.command.CommandSource source) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.core.command.ArgumentLauncher
run, tabMethods inherited from interface org.core.command.BaseCommandLauncher
getAliases, getUsage
-
Field Details
-
COMMANDS
-
-
Constructor Details
-
ShipsArgumentCommand
public ShipsArgumentCommand()
-
-
Method Details
-
getCommands
- Specified by:
getCommandsin interfaceorg.core.command.ArgumentLauncher
-
getName
- Specified by:
getNamein interfaceorg.core.command.BaseCommandLauncher
-
getDescription
- Specified by:
getDescriptionin interfaceorg.core.command.BaseCommandLauncher
-
hasPermission
public boolean hasPermission(org.core.source.command.CommandSource source) - Specified by:
hasPermissionin interfaceorg.core.command.BaseCommandLauncher
-
getPlugin
public org.core.platform.plugin.Plugin getPlugin()- Specified by:
getPluginin interfaceorg.core.command.CommandLauncher
-