Class PlayTimeCommand
java.lang.Object
com.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
com.zetaplugins.essentialz.util.commands.EszCommand
com.zetaplugins.essentialz.commands.PlayTimeCommand
- 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
-
PlayTimeCommand
-
-
Method Details
-
execute
public boolean execute(com.zetaplugins.zetacore.command.CommandContext ctx) throws org.bukkit.command.CommandException, com.zetaplugins.zetacore.command.exception.CommandSenderMustBeOrSpecifyPlayerException - Specified by:
executein classcom.zetaplugins.zetacore.command.PluginCommand<EssentialZ>- Throws:
org.bukkit.command.CommandExceptioncom.zetaplugins.zetacore.command.exception.CommandSenderMustBeOrSpecifyPlayerException
-
tabComplete
- Specified by:
tabCompletein classcom.zetaplugins.zetacore.command.PluginCommand<EssentialZ>
-