Class ReloadCommand

java.lang.Object
io.github.toberocat.toberocore.command.Command
io.github.toberocat.toberocore.command.SubCommand
io.github.toberocat.guiengine.commands.ReloadCommand

public class ReloadCommand extends io.github.toberocat.toberocore.command.SubCommand
  • Field Summary

    Fields inherited from class io.github.toberocat.toberocore.command.SubCommand

    args, label, onCommandOptions, onTabOptions

    Fields inherited from class io.github.toberocat.toberocore.command.Command

    children, parent, prefix
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected @NotNull io.github.toberocat.toberocore.command.arguments.Argument<?>[]
     
    protected boolean
    handleCommand(@NotNull org.bukkit.command.CommandSender sender, @NotNull String[] strings)
     
    protected @NotNull io.github.toberocat.toberocore.command.options.Options
     

    Methods inherited from class io.github.toberocat.toberocore.command.SubCommand

    getArgs, getConfig, getConfig, parseArgs, routeCall, routeTab, showInTab

    Methods inherited from class io.github.toberocat.toberocore.command.Command

    addChild, childrenTabList, getChild, getChildren, getLabel, getParent, getPermission, searchChild

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReloadCommand

      public ReloadCommand()
  • Method Details

    • options

      @NotNull protected @NotNull io.github.toberocat.toberocore.command.options.Options options()
      Specified by:
      options in class io.github.toberocat.toberocore.command.SubCommand
    • arguments

      @NotNull protected @NotNull io.github.toberocat.toberocore.command.arguments.Argument<?>[] arguments()
      Specified by:
      arguments in class io.github.toberocat.toberocore.command.SubCommand
    • handleCommand

      protected boolean handleCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String[] strings) throws io.github.toberocat.toberocore.command.exceptions.CommandException
      Specified by:
      handleCommand in class io.github.toberocat.toberocore.command.SubCommand
      Throws:
      io.github.toberocat.toberocore.command.exceptions.CommandException