Class DumpClass
java.lang.Object
xyz.janboerman.scalaloader.commands.DumpClass
- All Implemented Interfaces:
CommandExecutor
,TabCompleter
,TabExecutor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
onCommand
(CommandSender sender, Command command, String label, String[] args) onTabComplete
(CommandSender sender, Command command, String label, String[] args)
-
Constructor Details
-
DumpClass
-
-
Method Details
-
onCommand
- Specified by:
onCommand
in interfaceCommandExecutor
-
onTabComplete
public List<String> onTabComplete(CommandSender sender, Command command, String label, String[] args) - Specified by:
onTabComplete
in interfaceTabCompleter
-