Class MCommand

java.lang.Object
org.galliumpowered.command.MCommand

public class MCommand extends Object
  • Constructor Details

  • Method Details

    • getCaller

      public Object getCaller()
      Get the command caller
    • getCommand

      public Command getCommand()
      Get command
    • getMethod

      public Method getMethod()
      Get method
    • suggest

      public List<String> suggest(CommandContext ctx)