java.lang.Object
me.wolfyscript.customcrafting.commands.AbstractSubCommand
me.wolfyscript.customcrafting.commands.cc_subcommands.InfoSubCommand

public class InfoSubCommand extends AbstractSubCommand
  • Constructor Details

    • InfoSubCommand

      public InfoSubCommand(CustomCrafting customCrafting)
  • Method Details

    • onCommand

      public boolean onCommand(@NotNull @NotNull org.bukkit.command.CommandSender sender, @NotNull @NotNull String var3, @NotNull @NotNull String[] var4)
      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[] var4)
      Specified by:
      onTabComplete in class AbstractSubCommand
    • printInfo

      public void printInfo(org.bukkit.entity.Player p)