Class IgnoreCommand
java.lang.Object
com.zetaplugins.zetacore.commands.PluginCommand<EssentialZ>
com.zetaplugins.essentialz.util.commands.EszCommand
com.zetaplugins.essentialz.commands.communication.IgnoreCommand
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor,org.bukkit.command.TabCompleter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecute(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, com.zetaplugins.zetacore.commands.ArgumentList args) tabComplete(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, com.zetaplugins.zetacore.commands.ArgumentList args) Methods inherited from class com.zetaplugins.essentialz.util.commands.EszCommand
getMessageManagerMethods inherited from class com.zetaplugins.zetacore.commands.PluginCommand
getDisplayOptions, getPlayerOptions, getPlugin, onCommand, onTabComplete, registerExceptionHandler
-
Constructor Details
-
IgnoreCommand
-
-
Method Details
-
execute
public boolean execute(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String label, com.zetaplugins.zetacore.commands.ArgumentList args) throws com.zetaplugins.zetacore.commands.exceptions.CommandSenderMustBePlayerException, com.zetaplugins.zetacore.commands.exceptions.CommandUsageException - Specified by:
executein classcom.zetaplugins.zetacore.commands.PluginCommand<EssentialZ>- Throws:
com.zetaplugins.zetacore.commands.exceptions.CommandSenderMustBePlayerExceptioncom.zetaplugins.zetacore.commands.exceptions.CommandUsageException
-
tabComplete
public List<String> tabComplete(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, com.zetaplugins.zetacore.commands.ArgumentList args) - Specified by:
tabCompletein classcom.zetaplugins.zetacore.commands.PluginCommand<EssentialZ>
-