Class FailsaveCommand
java.lang.Object
de.eldoria.eldoutilities.commands.command.AdvancedCommand
de.eldoria.eldoutilities.commands.defaultcommands.DefaultDebug
de.eldoria.eldoutilities.commands.defaultcommands.FailsaveCommand
- All Implemented Interfaces:
CommandRoute
,ITabExecutor
-
Constructor Summary
-
Method Summary
Methods inherited from class de.eldoria.eldoutilities.commands.command.AdvancedCommand
commandRoute, getPlayerFromSender, handleCommandError, localizer, messageSender, meta, meta, plugin, tabCompleteRoute
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface de.eldoria.eldoutilities.commands.executor.ITabExecutor
onTabComplete
-
Constructor Details
-
FailsaveCommand
-
-
Method Details
-
onCommand
public void onCommand(@NotNull @NotNull CommandSender sender, @NotNull @NotNull String alias, @NotNull @NotNull Arguments args) - Specified by:
onCommand
in interfaceITabExecutor
- Overrides:
onCommand
in classDefaultDebug
-