Class UberTabCommand
java.lang.Object
me.sciguymjm.uberenchant.commands.abstraction.UberCommand
me.sciguymjm.uberenchant.commands.abstraction.UberTabCommand
- All Implemented Interfaces:
IUberCommand
,IUberTabComplete
,org.bukkit.command.CommandExecutor
,org.bukkit.command.TabCompleter
- Direct Known Subclasses:
AddCommand
,ClearCommand
,CostCommand
,DelCommand
,ExtractCommand
,HelpCommand
,ListCommand
,SetCommand
Abstract class for internal use.
-
Field Summary
Fields inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
args, command, player
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiononTabComplete
(org.bukkit.command.CommandSender sender, org.bukkit.command.Command command, String alias, String[] args) Methods inherited from class me.sciguymjm.uberenchant.commands.abstraction.UberCommand
onCommand
-
Constructor Details
-
UberTabCommand
public UberTabCommand()
-
-
Method Details