Class ReloadCommandExecutor
java.lang.Object
com.janboerman.invsee.spigot.ReloadCommandExecutor
- All Implemented Interfaces:
CommandExecutor
-
Method Summary
Modifier and TypeMethodDescriptionboolean
onCommand
(@NotNull CommandSender sender, @NotNull Command command, @NotNull String label, @NotNull String[] args)
-
Method Details
-
onCommand
public boolean onCommand(@NotNull @NotNull CommandSender sender, @NotNull @NotNull Command command, @NotNull @NotNull String label, @NotNull @NotNull String[] args) - Specified by:
onCommand
in interfaceCommandExecutor
-