Class DelCommand
java.lang.Object
me.sciguymjm.uberenchant.commands.abstraction.UberCommand
me.sciguymjm.uberenchant.commands.abstraction.UberTabCommand
me.sciguymjm.uberenchant.commands.DelCommand
- All Implemented Interfaces:
IUberCommand
,IUberTabComplete
,org.bukkit.command.CommandExecutor
,org.bukkit.command.TabCompleter
For internal use.
-
Field Summary
Fields inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
args, command, player
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onCmd()
Simplified version ofCommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
onTab()
Simplified version ofTabCompleter.onTabComplete(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberTabCommand
onTabComplete
Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
onCommand
-
Constructor Details
-
DelCommand
public DelCommand()
-
-
Method Details
-
onCmd
public boolean onCmd()Simplified version ofCommandExecutor.onCommand(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
- Returns:
- True if command was successful
-
onTab
Simplified version ofTabCompleter.onTabComplete(org.bukkit.command.CommandSender, org.bukkit.command.Command, String, String[])
- Returns:
- A list of autocomplete options
-