Class ToggleSubCommand

java.lang.Object
me.wolfyscript.customcrafting.commands.AbstractSubCommand
me.wolfyscript.customcrafting.commands.recipes.ToggleSubCommand

public class ToggleSubCommand extends AbstractSubCommand
  • Constructor Details

    • ToggleSubCommand

      public ToggleSubCommand(CustomCrafting customCrafting)
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String var3, @NotNull @NotNull String[] args)
      Specified by:
      onCommand in class AbstractSubCommand
    • onTabComplete

      @Nullable protected @Nullable List<String> onTabComplete(@NotNull @NotNull org.bukkit.command.CommandSender var1, @NotNull @NotNull String var3, @NotNull @NotNull String[] args)
      Specified by:
      onTabComplete in class AbstractSubCommand