public interface Action { public boolean match(String input, Player player); }