Interface SubCommand

All Known Implementing Classes:
HelpSubCommand, WhereAmSubCommand

public interface SubCommand
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    execute(org.bukkit.entity.Player player, @NotNull String[] args)
     
  • Method Details

    • execute

      boolean execute(org.bukkit.entity.Player player, @NotNull @NotNull String[] args)