class FixedOrb extends OrbNode { FixedOrb(int x, int y) { super(x, y); } void run() {} //do nothing on run, so can't move ever }