Class Commandapitest

java.lang.Object
org.tsob.MCLang.Command.mainCommandSystem
org.tsob.MCLang.Command.Commandapitest
All Implemented Interfaces:
org.tsob.MCLang.Command.ImainCommandSystem

public class Commandapitest extends org.tsob.MCLang.Command.mainCommandSystem
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run(org.bukkit.command.CommandSender sender, String commandLabel, org.bukkit.command.Command command, String[] args)
     

    Methods inherited from class org.tsob.MCLang.Command.mainCommandSystem

    getHelp, getName, getPermissions, getsubCommands, hasPermission, hasPermission, run, run, run, rundefault, tabComplete, tabComplete

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Commandapitest

      public Commandapitest()
  • Method Details

    • run

      public void run(org.bukkit.command.CommandSender sender, String commandLabel, org.bukkit.command.Command command, String[] args)
      Specified by:
      run in interface org.tsob.MCLang.Command.ImainCommandSystem
      Overrides:
      run in class org.tsob.MCLang.Command.mainCommandSystem