Interface Command
- All Known Implementing Classes:
DebugCommand
public interface Command
A generic command class.
-
Method Summary
Modifier and Type Method Description boolean
action(java.util.ArrayList<java.lang.String> args)
Action a command.
-
Method Details
-
action
boolean action(java.util.ArrayList<java.lang.String> args)Action a command.- Parameters:
args
- command args- Returns:
- command was successful
-