Class Commandmetaitem

java.lang.Object
fr.andross.banitem.commands.BanCommand
fr.andross.banitem.commands.Commandmetaitem

public class Commandmetaitem extends BanCommand
Sub command meta item.
Version:
3.1.1
Author:
Andross
  • Constructor Details

    • Commandmetaitem

      public Commandmetaitem(BanItem plugin, org.bukkit.command.CommandSender sender, String[] args)
      Constructor of the /banitem metaitem command.
      Parameters:
      plugin - The ban item plugin instance
      sender - The command sender
      args - The command arguments used by the command sender
  • Method Details

    • run

      public void run()
      Run the command.
      Specified by:
      run in class BanCommand
    • runTab

      @Nullable public @Nullable List<String> runTab()
      Run the tab completion of the command.
      Specified by:
      runTab in class BanCommand
      Returns:
      the tab completion of the command.