Interface Command

All Known Implementing Classes:
DebugCommand

public interface Command
A generic command class.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Action a command.
  • Method Details

    • action

      boolean action(ArrayList<String> args)
      Action a command.
      Parameters:
      args - command args
      Returns:
      command was successful