107108109110111112113114115
* field. * * @param f the field */ public void step(Field f) { BoundsCommand command = new BoundsCommand(f, fieldBounds); command.perform(); commands.add(command); }