Class CopyCMD

java.lang.Object
de.oliver.fancynpcs.commands.npc.CopyCMD
All Implemented Interfaces:
Subcommand

public class CopyCMD extends Object implements Subcommand
  • Constructor Details

    • CopyCMD

      public CopyCMD()
  • Method Details

    • tabcompletion

      public List<String> tabcompletion(@NotNull @NotNull org.bukkit.entity.Player player, @Nullable @Nullable Npc npc, @NotNull @NotNull String[] args)
      Specified by:
      tabcompletion in interface Subcommand
    • run

      public boolean run(@NotNull @NotNull org.bukkit.command.CommandSender receiver, @Nullable @Nullable Npc npc, @NotNull @NotNull String[] args)
      Specified by:
      run in interface Subcommand