Class ReloadCommand

java.lang.Object
simplexity.invisibleframes.ReloadCommand
All Implemented Interfaces:
org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter

public class ReloadCommand extends Object implements org.bukkit.command.CommandExecutor, org.bukkit.command.TabCompleter
  • Constructor Details

    • ReloadCommand

      public ReloadCommand()
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)
      Specified by:
      onCommand in interface org.bukkit.command.CommandExecutor
    • onTabComplete

      @Nullable public @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender commandSender, @NotNull @NotNull org.bukkit.command.Command command, @NotNull @NotNull String s, @NotNull @NotNull String[] strings)
      Specified by:
      onTabComplete in interface org.bukkit.command.TabCompleter