Class MainCommand
java.lang.Object
com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
com.zetaplugins.essentialz.util.commands.EszCommand
com.zetaplugins.essentialz.commands.MainCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(com.zetaplugins.zetacore.command.CommandContext ctx) tabComplete(com.zetaplugins.zetacore.command.CommandContext ctx) Methods inherited from class com.zetaplugins.essentialz.util.commands.EszCommand
getMessageServiceMethods inherited from class com.zetaplugins.zetacore.command.PluginCommand
getDisplayOptions, getPlayerOptions, getPlugin, onCommand, onTabComplete, registerExceptionHandler
-
Constructor Details
-
MainCommand
-
-
Method Details
-
execute
public boolean execute(com.zetaplugins.zetacore.command.CommandContext ctx) throws com.zetaplugins.zetacore.command.exception.CommandException - Specified by:
executein classcom.zetaplugins.zetacore.command.PluginCommand<EssentialZ>- Throws:
com.zetaplugins.zetacore.command.exception.CommandException
-
tabComplete
- Specified by:
tabCompletein classcom.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
-